GroupId | GroupIdcom.thesett |
---|---|
ArtifactId | ArtifactIdaima |
Version | Version0.8-M1 |
Type | Typejar |
Filename | Size |
---|---|
aima-0.8-M1.pom | |
aima-0.8-M1.jar | 279 KB |
aima-0.8-M1-tests.jar | 112 KB |
aima-0.8-M1-sources.jar | 369 KB |
aima-0.8-M1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/aima/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>aima</artifactId>
<version>0.8-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/aima/
implementation 'com.thesett:aima:0.8-M1'
// https://jarcasting.com/artifacts/com.thesett/aima/
implementation ("com.thesett:aima:0.8-M1")
'com.thesett:aima:jar:0.8-M1'
<dependency org="com.thesett" name="aima" rev="0.8-M1">
<artifact name="aima" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='aima', version='0.8-M1')
)
libraryDependencies += "com.thesett" % "aima" % "0.8-M1"
[com.thesett/aima "0.8-M1"]