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