Skip to content

Defines set of consistent versions of ADELE frameworks and provides tools to generate a ready to use distribution "a la carte" of adele frameworks.

Notifications You must be signed in to change notification settings

jandernascimento/ADELE-Common

 
 

Repository files navigation

ADELE-Common

Defines set of consistent versions of ADELE frameworks and provides tools to generate a ready to use distribution "a la carte" of adele frameworks.

Maven Repository

<repositories>
    <repository>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>adele-central-snapshot</id>
      <name>adele-repos</name>
      <url>http://maven.dynamis-technologies.com/artifactory/adele-repos</url>
    </repository>
    <repository>
      <snapshots />
      <id>snapshots</id>
      <name>adele-central-release</name>
      <url>http://maven.dynamis-technologies.com/artifactory/adele-repos</url>
    </repository>
</repositories>
<pluginRepositories>
    <pluginRepository>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>central</id>
      <name>adele-repos</name>
      <url>http://maven.dynamis-technologies.com/artifactory/adele-repos</url>
    </pluginRepository>
    <pluginRepository>
      <snapshots />
      <id>snapshots</id>
      <name>adele-central-release</name>
      <url>http://maven.dynamis-technologies.com/artifactory/adele-repos</url>
    </pluginRepository>
</pluginRepositories>

About

Defines set of consistent versions of ADELE frameworks and provides tools to generate a ready to use distribution "a la carte" of adele frameworks.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.4%
  • Shell 3.6%