GroupId | GroupIdorg.jamesii |
---|---|
ArtifactId | ArtifactIdml3 |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
ml3-0.2.0.pom | |
ml3-0.2.0.jar | 585 KB |
ml3-0.2.0-sources.jar | 430 KB |
ml3-0.2.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jamesii/ml3/ -->
<dependency>
<groupId>org.jamesii</groupId>
<artifactId>ml3</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jamesii/ml3/
implementation 'org.jamesii:ml3:0.2.0'
// https://jarcasting.com/artifacts/org.jamesii/ml3/
implementation ("org.jamesii:ml3:0.2.0")
'org.jamesii:ml3:jar:0.2.0'
<dependency org="org.jamesii" name="ml3" rev="0.2.0">
<artifact name="ml3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jamesii', module='ml3', version='0.2.0')
)
libraryDependencies += "org.jamesii" % "ml3" % "0.2.0"
[org.jamesii/ml3 "0.2.0"]