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