License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdme.hao0 |
ArtifactId | ArtifactIdantares |
Version | Version1.4.0 |
Type | Typepom |
Description |
Descriptionantares
Parent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
antares-1.4.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.hao0/antares/ -->
<dependency>
<groupId>me.hao0</groupId>
<artifactId>antares</artifactId>
<version>1.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.hao0/antares/
implementation 'me.hao0:antares:1.4.0'
// https://jarcasting.com/artifacts/me.hao0/antares/
implementation ("me.hao0:antares:1.4.0")
'me.hao0:antares:pom:1.4.0'
<dependency org="me.hao0" name="antares" rev="1.4.0">
<artifact name="antares" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.hao0', module='antares', version='1.4.0')
)
libraryDependencies += "me.hao0" % "antares" % "1.4.0"
[me.hao0/antares "1.4.0"]