Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.xins |
ArtifactId | ArtifactIdxins-client |
Version | Version1.5.2 |
Type | Typejar |
Filename | Size |
---|---|
xins-client-1.5.2.pom | |
xins-client-1.5.2.jar | 69 KB |
xins-client-1.5.2-sources.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xins/xins-client/ -->
<dependency>
<groupId>org.xins</groupId>
<artifactId>xins-client</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xins/xins-client/
implementation 'org.xins:xins-client:1.5.2'
// https://jarcasting.com/artifacts/org.xins/xins-client/
implementation ("org.xins:xins-client:1.5.2")
'org.xins:xins-client:jar:1.5.2'
<dependency org="org.xins" name="xins-client" rev="1.5.2">
<artifact name="xins-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xins', module='xins-client', version='1.5.2')
)
libraryDependencies += "org.xins" % "xins-client" % "1.5.2"
[org.xins/xins-client "1.5.2"]