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