Categories |
CategoriesJava Languages Data CLI User Interface |
---|---|
GroupId | GroupIdcom.stitchdata |
ArtifactId | ArtifactIdjava-stitch-client |
Version | Version0.4.11 |
Type | Typejar |
Filename | Size |
---|---|
java-stitch-client-0.4.11.pom | |
java-stitch-client-0.4.11.jar | 19 KB |
java-stitch-client-0.4.11-sources.jar | 12 KB |
java-stitch-client-0.4.11-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stitchdata/java-stitch-client/ -->
<dependency>
<groupId>com.stitchdata</groupId>
<artifactId>java-stitch-client</artifactId>
<version>0.4.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.stitchdata/java-stitch-client/
implementation 'com.stitchdata:java-stitch-client:0.4.11'
// https://jarcasting.com/artifacts/com.stitchdata/java-stitch-client/
implementation ("com.stitchdata:java-stitch-client:0.4.11")
'com.stitchdata:java-stitch-client:jar:0.4.11'
<dependency org="com.stitchdata" name="java-stitch-client" rev="0.4.11">
<artifact name="java-stitch-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stitchdata', module='java-stitch-client', version='0.4.11')
)
libraryDependencies += "com.stitchdata" % "java-stitch-client" % "0.4.11"
[com.stitchdata/java-stitch-client "0.4.11"]