Working with maven 2

List of dependencies :

If you want to use one of these dependencies, add these repositories in your setting.xml file or in your pom.xml.

ArtifactId GroupId Latest Version Show
  easycommons-datetime     com.ebmwebsourcing.easycommons     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons</groupId>
      <artifactId>easycommons-datetime</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  easycommons-io     com.ebmwebsourcing.easycommons     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons</groupId>
      <artifactId>easycommons-io</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  easycommons-lang     com.ebmwebsourcing.easycommons     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons</groupId>
      <artifactId>easycommons-lang</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  easycommons-logger     com.ebmwebsourcing.easycommons     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons</groupId>
      <artifactId>easycommons-logger</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  easycommons-properties     com.ebmwebsourcing.easycommons     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons</groupId>
      <artifactId>easycommons-properties</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  easycommons-sca-api     com.ebmwebsourcing.easycommons     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons</groupId>
      <artifactId>easycommons-sca-api</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  easycommons-sca-impl     com.ebmwebsourcing.easycommons     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons</groupId>
      <artifactId>easycommons-sca-impl</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  easycommons-thread     com.ebmwebsourcing.easycommons     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons</groupId>
      <artifactId>easycommons-thread</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  easycommons-util     com.ebmwebsourcing.easycommons     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons</groupId>
      <artifactId>easycommons-util</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  easycommons-uuid     com.ebmwebsourcing.easycommons     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons</groupId>
      <artifactId>easycommons-uuid</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  research-util     com.ebmwebsourcing.easycommons     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons</groupId>
      <artifactId>research-util</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  sca-explorer     com.ebmwebsourcing.easycommons     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons</groupId>
      <artifactId>sca-explorer</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  soap-handler     com.ebmwebsourcing.easycommons     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons</groupId>
      <artifactId>soap-handler</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  ws-bus-event-producer     com.ebmwebsourcing.easycommons.ws-test     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons.ws-test</groupId>
      <artifactId>ws-bus-event-producer</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  ws-echo     com.ebmwebsourcing.easycommons.ws-test     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons.ws-test</groupId>
      <artifactId>ws-echo</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  ws-fireman     com.ebmwebsourcing.easycommons.ws-test     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons.ws-test</groupId>
      <artifactId>ws-fireman</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  ws-stock     com.ebmwebsourcing.easycommons.ws-test     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons.ws-test</groupId>
      <artifactId>ws-stock</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  ws-weather     com.ebmwebsourcing.easycommons.ws-test     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easycommons.ws-test</groupId>
      <artifactId>ws-weather</artifactId>
      <version>v2013-03-11</version>
</dependency>
 


If you want to use one of these dependencies, set these repositories in your setting.xml file or in your pom.xml:

 <repositories>
  <repository>
   <id>ebmws-public.release</id>
   <url>http://maven.petalslink.com/public</url>
   <releases>
    <enabled>true</enabled>
   </releases>
   <snapshots>
    <enabled>false</enabled>
   </snapshots>
  </repository>
  <repository>
   <id>ebmws-public-research.release</id>
   <url>http://maven.petalslink.com/public-research</url>
   <releases>
    <enabled>true</enabled>
   </releases>
   <snapshots>
    <enabled>false</enabled>
   </snapshots>
  </repository>
  <repository>
   <id>ebmws-public.others</id>
   <url>http://maven.petalslink.com/others</url>
   <releases>
    <enabled>true</enabled>
   </releases>
   <snapshots>
    <enabled>false</enabled>
   </snapshots>
  </repository>
 </repositories>
 <pluginRepositories>
  <pluginRepository>
   <id>ebmws-public.release</id>
   <url>http://maven.petalslink.com/public</url>
   <releases>
    <enabled>true</enabled>
   </releases>
   <snapshots>
    <enabled>false</enabled>
   </snapshots>
  </pluginRepository>
  <pluginRepository>
   <id>ebmws-public-research.release</id>
   <url>http://maven.petalslink.com/public-research</url>
   <releases>
    <enabled>true</enabled>
   </releases>
   <snapshots>
    <enabled>false</enabled>
   </snapshots>
  </pluginRepository>
  <pluginRepository>
   <id>ebmws-public.others</id>
   <url>http://maven.petalslink.com/others</url>
   <releases>
    <enabled>true</enabled>
   </releases>
   <snapshots>
    <enabled>false</enabled>
   </snapshots>
  </pluginRepository>
 </pluginRepositories>

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.