OPS4J
  Pax Web 0.2.1-SNAPSHOT Deployed to Snapshot repository
Added by Alin Dreghiciu, last edited by Alin Dreghiciu on Sep 26, 2007  (view change)

Labels

 

Pax Web version 0.2.1-SNAPSHOT is now deployed to snapshots repository for those that do not want to build it by themselves.
To use it use the following dependency:

<dependency>
  <groupId>org.ops4j.pax.web</groupId>
  <artifactId>pax-web-service</artifactId>
  <version>0.2.1-SNAPSHOT</version>
</dependency>

and the following repository:

<repository>
  <id>snapshots</id>
  <name>The OPS4J Snapshot Repository</name>
  <url>http://repository.ops4j.org/mvn-snapshots/</url>
  <snapshots>
    <enabled>true</enabled>
  </snapshots>
  <releases>
    <enabled>false</enabled>
  </releases>
</repository>

September 2007
Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            

Pax Web Status for September 26, 2007
Pax Web Extender 0.1.0 Released