Menu

Maven Repository

Help
Dan
2007-10-15
2013-04-19
  • Dan

    Dan - 2007-10-15

    Hi,
    I was wondering if there is an official Maven repository which I could use to get this library?
    Dan

     
    • Javier Iglesias

      Javier Iglesias - 2007-10-16

      Good point, Dan!

      You can use the following (freshly installed) repository:

        <repositories>
          <repository>
            <id>finj</id>
            <name>finj.sf.net</name>
            <url>http://finj.sourceforge.net/maven/</url>
          </repository>
        </repositories>

      Thanks for asking : )

      Hope this helps!

        --javier

       
    • Javier Iglesias

      Javier Iglesias - 2007-10-16

      Just in case... the dependency would look like, for example:

          <dependency>
            <groupId>org.finj</groupId>
            <artifactId>finj</artifactId>
            <version>1.1.3</version>
          </dependency>

        --javier

       
    • Dan

      Dan - 2007-10-17

      Thanks Javier, I really appreciate the effort.  Keep up the good work :)

       

Log in to post a comment.