License |
License |
---|---|
GroupId | GroupIdcom.github.darwin-evolution |
ArtifactId | ArtifactIddarwin |
Last Version | Last Version0.9.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDarwin
Library that allows your code evolve. Test your new implementation in production environment. Measure and choose which result to return.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
darwin-0.9.1.pom | |
darwin-0.9.1.jar | 33 KB |
darwin-0.9.1-sources.jar | 38 KB |
darwin-0.9.1-javadoc.jar | 254 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.darwin-evolution/darwin/ -->
<dependency>
<groupId>com.github.darwin-evolution</groupId>
<artifactId>darwin</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.darwin-evolution/darwin/
implementation 'com.github.darwin-evolution:darwin:0.9.1'
// https://jarcasting.com/artifacts/com.github.darwin-evolution/darwin/
implementation ("com.github.darwin-evolution:darwin:0.9.1")
'com.github.darwin-evolution:darwin:jar:0.9.1'
<dependency org="com.github.darwin-evolution" name="darwin" rev="0.9.1">
<artifact name="darwin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.darwin-evolution', module='darwin', version='0.9.1')
)
libraryDependencies += "com.github.darwin-evolution" % "darwin" % "0.9.1"
[com.github.darwin-evolution/darwin "0.9.1"]
Group / Artifact | Type | Version |
---|---|---|
com.typesafe : config | jar | 1.2.1 |
io.dropwizard.metrics : metrics-core | jar | 3.1.2 |
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.4 |
commons-lang : commons-lang | jar | 2.6 |
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 2.4.1 |
org.apache.logging.log4j : log4j-core | jar | 2.5 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.5 |