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