Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.bitbucket.fwilhelm |
ArtifactId | ArtifactIdorg.jenetics |
Version | Version3.5.0 |
Type | Typejar |
Filename | Size |
---|---|
org.jenetics-3.5.0.pom | |
org.jenetics-3.5.0.jar | 342 KB |
org.jenetics-3.5.0-sources.jar | 364 KB |
org.jenetics-3.5.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.fwilhelm/org.jenetics/ -->
<dependency>
<groupId>org.bitbucket.fwilhelm</groupId>
<artifactId>org.jenetics</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.fwilhelm/org.jenetics/
implementation 'org.bitbucket.fwilhelm:org.jenetics:3.5.0'
// https://jarcasting.com/artifacts/org.bitbucket.fwilhelm/org.jenetics/
implementation ("org.bitbucket.fwilhelm:org.jenetics:3.5.0")
'org.bitbucket.fwilhelm:org.jenetics:jar:3.5.0'
<dependency org="org.bitbucket.fwilhelm" name="org.jenetics" rev="3.5.0">
<artifact name="org.jenetics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.fwilhelm', module='org.jenetics', version='3.5.0')
)
libraryDependencies += "org.bitbucket.fwilhelm" % "org.jenetics" % "3.5.0"
[org.bitbucket.fwilhelm/org.jenetics "3.5.0"]