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