Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdio.split.client |
ArtifactId | ArtifactIdjava-client |
Version | Version2.0.3-RC |
Type | Typejar |
Filename | Size |
---|---|
java-client-2.0.3-RC.pom | |
java-client-2.0.3-RC.jar | 18 MB |
java-client-2.0.3-RC-sources.jar | 17 MB |
java-client-2.0.3-RC-javadoc.jar | 612 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.split.client/java-client/ -->
<dependency>
<groupId>io.split.client</groupId>
<artifactId>java-client</artifactId>
<version>2.0.3-RC</version>
</dependency>
// https://jarcasting.com/artifacts/io.split.client/java-client/
implementation 'io.split.client:java-client:2.0.3-RC'
// https://jarcasting.com/artifacts/io.split.client/java-client/
implementation ("io.split.client:java-client:2.0.3-RC")
'io.split.client:java-client:jar:2.0.3-RC'
<dependency org="io.split.client" name="java-client" rev="2.0.3-RC">
<artifact name="java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.split.client', module='java-client', version='2.0.3-RC')
)
libraryDependencies += "io.split.client" % "java-client" % "2.0.3-RC"
[io.split.client/java-client "2.0.3-RC"]