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