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