is not current version
Last Version 4.4.4

io.split.client:java-client 2.2.0-RC1

Java SDK for Split

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

io.split.client
ArtifactId

ArtifactId

java-client
Version

Version

2.2.0-RC1
Type

Type

jar

Download java-client 2.2.0-RC1


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