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