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