Categories |
CategoriesKotlin Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.free-now.apis |
ArtifactId | ArtifactIdphrase-kotlin-client |
Version | Version1.3.1.TEST |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.free-now.apis/phrase-kotlin-client/ -->
<dependency>
<groupId>com.free-now.apis</groupId>
<artifactId>phrase-kotlin-client</artifactId>
<version>1.3.1.TEST</version>
</dependency>
// https://jarcasting.com/artifacts/com.free-now.apis/phrase-kotlin-client/
implementation 'com.free-now.apis:phrase-kotlin-client:1.3.1.TEST'
// https://jarcasting.com/artifacts/com.free-now.apis/phrase-kotlin-client/
implementation ("com.free-now.apis:phrase-kotlin-client:1.3.1.TEST")
'com.free-now.apis:phrase-kotlin-client:jar:1.3.1.TEST'
<dependency org="com.free-now.apis" name="phrase-kotlin-client" rev="1.3.1.TEST">
<artifact name="phrase-kotlin-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.free-now.apis', module='phrase-kotlin-client', version='1.3.1.TEST')
)
libraryDependencies += "com.free-now.apis" % "phrase-kotlin-client" % "1.3.1.TEST"
[com.free-now.apis/phrase-kotlin-client "1.3.1.TEST"]