Categories |
CategoriesNet |
---|---|
GroupId | GroupIdde.sfuhrm |
ArtifactId | ArtifactIdgeneticalgorithm |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
geneticalgorithm-1.2.0.pom | |
geneticalgorithm-1.2.0.jar | 7 KB |
geneticalgorithm-1.2.0-sources.jar | 7 KB |
geneticalgorithm-1.2.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sfuhrm/geneticalgorithm/ -->
<dependency>
<groupId>de.sfuhrm</groupId>
<artifactId>geneticalgorithm</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.sfuhrm/geneticalgorithm/
implementation 'de.sfuhrm:geneticalgorithm:1.2.0'
// https://jarcasting.com/artifacts/de.sfuhrm/geneticalgorithm/
implementation ("de.sfuhrm:geneticalgorithm:1.2.0")
'de.sfuhrm:geneticalgorithm:jar:1.2.0'
<dependency org="de.sfuhrm" name="geneticalgorithm" rev="1.2.0">
<artifact name="geneticalgorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sfuhrm', module='geneticalgorithm', version='1.2.0')
)
libraryDependencies += "de.sfuhrm" % "geneticalgorithm" % "1.2.0"
[de.sfuhrm/geneticalgorithm "1.2.0"]