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