Categories |
CategoriesAnt Build Tools CLI User Interface |
---|---|
GroupId | GroupIdme.hao0 |
ArtifactId | ArtifactIdantares-client-spring-starter |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/me.hao0/antares-client-spring-starter/ -->
<dependency>
<groupId>me.hao0</groupId>
<artifactId>antares-client-spring-starter</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.hao0/antares-client-spring-starter/
implementation 'me.hao0:antares-client-spring-starter:1.3.0'
// https://jarcasting.com/artifacts/me.hao0/antares-client-spring-starter/
implementation ("me.hao0:antares-client-spring-starter:1.3.0")
'me.hao0:antares-client-spring-starter:jar:1.3.0'
<dependency org="me.hao0" name="antares-client-spring-starter" rev="1.3.0">
<artifact name="antares-client-spring-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.hao0', module='antares-client-spring-starter', version='1.3.0')
)
libraryDependencies += "me.hao0" % "antares-client-spring-starter" % "1.3.0"
[me.hao0/antares-client-spring-starter "1.3.0"]