Categories |
CategoriesAnt Build Tools CLI User Interface |
---|---|
GroupId | GroupIdme.hao0 |
ArtifactId | ArtifactIdantares-client |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
antares-client-1.0.1.pom | |
antares-client-1.0.1.jar | 44 KB |
antares-client-1.0.1-sources.jar | 21 KB |
antares-client-1.0.1-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.hao0/antares-client/ -->
<dependency>
<groupId>me.hao0</groupId>
<artifactId>antares-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.hao0/antares-client/
implementation 'me.hao0:antares-client:1.0.1'
// https://jarcasting.com/artifacts/me.hao0/antares-client/
implementation ("me.hao0:antares-client:1.0.1")
'me.hao0:antares-client:jar:1.0.1'
<dependency org="me.hao0" name="antares-client" rev="1.0.1">
<artifact name="antares-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.hao0', module='antares-client', version='1.0.1')
)
libraryDependencies += "me.hao0" % "antares-client" % "1.0.1"
[me.hao0/antares-client "1.0.1"]