Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.aimate |
ArtifactId | ArtifactIdaimate-java |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
aimate-java-0.0.1.pom | |
aimate-java-0.0.1.jar | 26 KB |
aimate-java-0.0.1-sources.jar | 13 KB |
aimate-java-0.0.1-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.aimate/aimate-java/ -->
<dependency>
<groupId>com.github.aimate</groupId>
<artifactId>aimate-java</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aimate/aimate-java/
implementation 'com.github.aimate:aimate-java:0.0.1'
// https://jarcasting.com/artifacts/com.github.aimate/aimate-java/
implementation ("com.github.aimate:aimate-java:0.0.1")
'com.github.aimate:aimate-java:jar:0.0.1'
<dependency org="com.github.aimate" name="aimate-java" rev="0.0.1">
<artifact name="aimate-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aimate', module='aimate-java', version='0.0.1')
)
libraryDependencies += "com.github.aimate" % "aimate-java" % "0.0.1"
[com.github.aimate/aimate-java "0.0.1"]