Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.chen0040 |
ArtifactId | ArtifactIdjava-swarm-intelligence |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.chen0040/java-swarm-intelligence/ -->
<dependency>
<groupId>com.github.chen0040</groupId>
<artifactId>java-swarm-intelligence</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chen0040/java-swarm-intelligence/
implementation 'com.github.chen0040:java-swarm-intelligence:1.0.2'
// https://jarcasting.com/artifacts/com.github.chen0040/java-swarm-intelligence/
implementation ("com.github.chen0040:java-swarm-intelligence:1.0.2")
'com.github.chen0040:java-swarm-intelligence:jar:1.0.2'
<dependency org="com.github.chen0040" name="java-swarm-intelligence" rev="1.0.2">
<artifact name="java-swarm-intelligence" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chen0040', module='java-swarm-intelligence', version='1.0.2')
)
libraryDependencies += "com.github.chen0040" % "java-swarm-intelligence" % "1.0.2"
[com.github.chen0040/java-swarm-intelligence "1.0.2"]