GroupId | GroupIdcom.tagmycode |
---|---|
ArtifactId | ArtifactIdtagmycode-sdk |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
tagmycode-sdk-1.2.0.pom | |
tagmycode-sdk-1.2.0.jar | 49 KB |
tagmycode-sdk-1.2.0-tests.jar | 55 KB |
tagmycode-sdk-1.2.0-sources.jar | 24 KB |
tagmycode-sdk-1.2.0-javadoc.jar | 244 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tagmycode/tagmycode-sdk/ -->
<dependency>
<groupId>com.tagmycode</groupId>
<artifactId>tagmycode-sdk</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tagmycode/tagmycode-sdk/
implementation 'com.tagmycode:tagmycode-sdk:1.2.0'
// https://jarcasting.com/artifacts/com.tagmycode/tagmycode-sdk/
implementation ("com.tagmycode:tagmycode-sdk:1.2.0")
'com.tagmycode:tagmycode-sdk:jar:1.2.0'
<dependency org="com.tagmycode" name="tagmycode-sdk" rev="1.2.0">
<artifact name="tagmycode-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tagmycode', module='tagmycode-sdk', version='1.2.0')
)
libraryDependencies += "com.tagmycode" % "tagmycode-sdk" % "1.2.0"
[com.tagmycode/tagmycode-sdk "1.2.0"]