GroupId | GroupIdcom.talent-aio |
---|---|
ArtifactId | ArtifactIdtalent-aio-server |
Version | Version1.0.2.v20170303-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.talent-aio/talent-aio-server/ -->
<dependency>
<groupId>com.talent-aio</groupId>
<artifactId>talent-aio-server</artifactId>
<version>1.0.2.v20170303-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.talent-aio/talent-aio-server/
implementation 'com.talent-aio:talent-aio-server:1.0.2.v20170303-RELEASE'
// https://jarcasting.com/artifacts/com.talent-aio/talent-aio-server/
implementation ("com.talent-aio:talent-aio-server:1.0.2.v20170303-RELEASE")
'com.talent-aio:talent-aio-server:jar:1.0.2.v20170303-RELEASE'
<dependency org="com.talent-aio" name="talent-aio-server" rev="1.0.2.v20170303-RELEASE">
<artifact name="talent-aio-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.talent-aio', module='talent-aio-server', version='1.0.2.v20170303-RELEASE')
)
libraryDependencies += "com.talent-aio" % "talent-aio-server" % "1.0.2.v20170303-RELEASE"
[com.talent-aio/talent-aio-server "1.0.2.v20170303-RELEASE"]