MVN

com.github.darwin-evolution : parent

Maven & Gradle

Jun 09, 2016
1 stars

Darwin - Root module · Library that allows your code evolve. Test your new implementation in production environment. Measure and choose which result to return.

<dependency>
    <groupId>com.github.darwin-evolution</groupId>
    <artifactId>parent</artifactId>
    <version>0.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.darwin-evolution : parent to add to Maven - Latest Versions:

  • Latest Stable: 0.9.1

All Versions

Choose a version of com.github.darwin-evolution : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
parent-0.9.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.darwin-evolution</groupId>
    <artifactId>parent</artifactId>
    <version>0.9.1</version>
</dependency>