Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdme.hao0 |
ArtifactId | ArtifactIdantares |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
antares-1.1.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.hao0/antares/ -->
<dependency>
<groupId>me.hao0</groupId>
<artifactId>antares</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.hao0/antares/
implementation 'me.hao0:antares:1.1.0'
// https://jarcasting.com/artifacts/me.hao0/antares/
implementation ("me.hao0:antares:1.1.0")
'me.hao0:antares:pom:1.1.0'
<dependency org="me.hao0" name="antares" rev="1.1.0">
<artifact name="antares" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.hao0', module='antares', version='1.1.0')
)
libraryDependencies += "me.hao0" % "antares" % "1.1.0"
[me.hao0/antares "1.1.0"]