Categories |
CategoriesKotlin Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.free-now.apis |
ArtifactId | ArtifactIdphrase-kotlin-client |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
phrase-kotlin-client-1.0.0.pom | |
phrase-kotlin-client-1.0.0.jar | 87 KB |
phrase-kotlin-client-1.0.0-sources.jar | 13 KB |
phrase-kotlin-client-1.0.0-javadoc.jar | 388 KB |
Browse |
<!-- 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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.free-now.apis/phrase-kotlin-client/
implementation 'com.free-now.apis:phrase-kotlin-client:1.0.0'
// https://jarcasting.com/artifacts/com.free-now.apis/phrase-kotlin-client/
implementation ("com.free-now.apis:phrase-kotlin-client:1.0.0")
'com.free-now.apis:phrase-kotlin-client:jar:1.0.0'
<dependency org="com.free-now.apis" name="phrase-kotlin-client" rev="1.0.0">
<artifact name="phrase-kotlin-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.free-now.apis', module='phrase-kotlin-client', version='1.0.0')
)
libraryDependencies += "com.free-now.apis" % "phrase-kotlin-client" % "1.0.0"
[com.free-now.apis/phrase-kotlin-client "1.0.0"]