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
  escad10-api     com.ebmwebsourcing.esstar.escad     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.esstar.escad</groupId>
      <artifactId>escad10-api</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  escad10-impl     com.ebmwebsourcing.esstar.escad     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.esstar.escad</groupId>
      <artifactId>escad10-impl</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  escapnote10-api     com.ebmwebsourcing.esstar.escapnote     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.esstar.escapnote</groupId>
      <artifactId>escapnote10-api</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  escapnote10-impl     com.ebmwebsourcing.esstar.escapnote     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.esstar.escapnote</groupId>
      <artifactId>escapnote10-impl</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  management-client     com.ebmwebsourcing.esstar.esmanagement     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.esstar.esmanagement</groupId>
      <artifactId>management-client</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  management-model     com.ebmwebsourcing.esstar.esmanagement     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.esstar.esmanagement</groupId>
      <artifactId>management-model</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  esqml10-api     com.ebmwebsourcing.esstar.esqml     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.esstar.esqml</groupId>
      <artifactId>esqml10-api</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  esqml10-impl     com.ebmwebsourcing.esstar.esqml     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.esstar.esqml</groupId>
      <artifactId>esqml10-impl</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  esrawreport10-api     com.ebmwebsourcing.esstar.esrawreport     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.esstar.esrawreport</groupId>
      <artifactId>esrawreport10-api</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  esrawreport10-impl     com.ebmwebsourcing.esstar.esrawreport     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.esstar.esrawreport</groupId>
      <artifactId>esrawreport10-impl</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  execution-environment-synchronizer-impl     com.ebmwebsourcing.esstar.essynchronizer     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.esstar.essynchronizer</groupId>
      <artifactId>execution-environment-synchronizer-impl</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  generic-notifier-server     com.ebmwebsourcing.esstar.essynchronizer     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.esstar.essynchronizer</groupId>
      <artifactId>generic-notifier-server</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  ws-binding-synchronizer     com.ebmwebsourcing.esstar.essynchronizer     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.esstar.essynchronizer</groupId>
      <artifactId>ws-binding-synchronizer</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.