is not current version
Last Version 3.0

org.xins:xins-client 2.3

The XINS client framework

Categories

Categories

CLI User Interface
GroupId

GroupId

org.xins
ArtifactId

ArtifactId

xins-client
Version

Version

2.3
Type

Type

jar

Download xins-client 2.3


<!-- https://jarcasting.com/artifacts/org.xins/xins-client/ -->
<dependency>
    <groupId>org.xins</groupId>
    <artifactId>xins-client</artifactId>
    <version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.xins/xins-client/
implementation 'org.xins:xins-client:2.3'
// https://jarcasting.com/artifacts/org.xins/xins-client/
implementation ("org.xins:xins-client:2.3")
'org.xins:xins-client:jar:2.3'
<dependency org="org.xins" name="xins-client" rev="2.3">
  <artifact name="xins-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xins', module='xins-client', version='2.3')
)
libraryDependencies += "org.xins" % "xins-client" % "2.3"
[org.xins/xins-client "2.3"]