Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.tagdynamics |
ArtifactId | ArtifactIdsnap-client |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
snap-client-1.1.pom | |
snap-client-1.1.jar | 97 KB |
snap-client-1.1-sources.jar | 112 KB |
snap-client-1.1-javadoc.jar | 489 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tagdynamics/snap-client/ -->
<dependency>
<groupId>com.tagdynamics</groupId>
<artifactId>snap-client</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tagdynamics/snap-client/
implementation 'com.tagdynamics:snap-client:1.1'
// https://jarcasting.com/artifacts/com.tagdynamics/snap-client/
implementation ("com.tagdynamics:snap-client:1.1")
'com.tagdynamics:snap-client:jar:1.1'
<dependency org="com.tagdynamics" name="snap-client" rev="1.1">
<artifact name="snap-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tagdynamics', module='snap-client', version='1.1')
)
libraryDependencies += "com.tagdynamics" % "snap-client" % "1.1"
[com.tagdynamics/snap-client "1.1"]