MVN

ch.inftec.ju : ju

Maven & Gradle

Dec 07, 2015

JU · JU parent project that holds the root pom all other JU projects will derive from

<dependency>
    <groupId>ch.inftec.ju</groupId>
    <artifactId>ju</artifactId>
    <version>4.5.1-11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.inftec.ju : ju to add to Maven - Latest Versions:

  • Latest Stable: 4.5.1-11
  • Latest Release Candidate: 4.5.1-rc-8
  • Latest Beta: 4.5-beta-5

All Versions

Choose a version of ch.inftec.ju : ju to add to Maven - All Versions:

  • Version Updated
  • ju-4.5.1-11

    Dec 07, 2015
  • ju-4.5.1-SNAPSHOT-27

    Dec 07, 2015
  • ju-4.5.1-rc-8

    Dec 04, 2015
  • ju-4.5.1-rc-5

    Nov 23, 2015
  • ju-4.4-26

    Oct 28, 2015
  • ju-4.5.1-rc-4

    Oct 11, 2015
  • ju-4.4-25

    Sep 21, 2015
  • ju-4.4-24

    Sep 21, 2015
  • ju-4.5.1-rc-2

    Aug 17, 2015
  • ju-4.4-23

    Jul 10, 2015
  • ju-4.4-22

    May 22, 2015
  • ju-4.4-20

    May 15, 2015
  • ju-4.5-beta-5

    Mar 29, 2015
  • ju-4.5-beta-4

    Mar 29, 2015
  • ju-4.4-19

    Jan 15, 2015
  • ju-4.4-15

    Oct 08, 2014
  • ju-4.4-14

    Oct 02, 2014
  • ju-4.4-5

    Apr 26, 2014
  • ju-4.4-4

    Mar 03, 2014
  • ju-4.2

    Nov 22, 2013
  • ju-4.1

    Nov 15, 2013

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>ch.inftec.ju</groupId>
    <artifactId>ju</artifactId>
    <version>4.5.1-11</version>
</dependency>

Advertisement