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