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