p

parent

Library that allows your code evolve. Test your new implementation in production environment. Measure and choose which result to return.
https://github.com/darwin-evolution/darwin
The MIT License
Darwin Project
Damian Kolasa
Files download
File Operation
parent-0.9.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.darwin-evolution</groupId>
  <artifactId>parent</artifactId>
  <version>0.9.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.darwin-evolution:parent:0.9.1'
Gradle Kotlin
implementation("com.github.darwin-evolution:parent:0.9.1")
Scala SBT
libraryDependencies += "com.github.darwin-evolution" % "parent" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.darwin-evolution', module='parent', version='0.9.1')
)
Apache Ivy
<dependency org="com.github.darwin-evolution" name="parent" rev="0.9.1" />
Leiningen
[com.github.darwin-evolution/parent "0.9.1"]
Apache Buildr
'com.github.darwin-evolution:parent:jar:0.9.1'