GroupId | GroupIdio.github.cse1110 |
---|---|
ArtifactId | ArtifactIdandy |
Version | Version0.25 |
Type | Typejar |
Filename | Size |
---|---|
andy-0.25.pom | |
andy-0.25.jar | 141 KB |
andy-0.25-sources.jar | 75 KB |
andy-0.25-javadoc.jar | 555 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.cse1110/andy/ -->
<dependency>
<groupId>io.github.cse1110</groupId>
<artifactId>andy</artifactId>
<version>0.25</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cse1110/andy/
implementation 'io.github.cse1110:andy:0.25'
// https://jarcasting.com/artifacts/io.github.cse1110/andy/
implementation ("io.github.cse1110:andy:0.25")
'io.github.cse1110:andy:jar:0.25'
<dependency org="io.github.cse1110" name="andy" rev="0.25">
<artifact name="andy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cse1110', module='andy', version='0.25')
)
libraryDependencies += "io.github.cse1110" % "andy" % "0.25"
[io.github.cse1110/andy "0.25"]