GroupId | GroupIdcom.lkeehl |
---|---|
ArtifactId | ArtifactIdtagapi |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
tagapi-1.0.3.pom | |
tagapi-1.0.3.jar | 60 KB |
tagapi-1.0.3-sources.jar | 26 KB |
tagapi-1.0.3-javadoc.jar | 316 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lkeehl/tagapi/ -->
<dependency>
<groupId>com.lkeehl</groupId>
<artifactId>tagapi</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.lkeehl/tagapi/
implementation 'com.lkeehl:tagapi:1.0.3'
// https://jarcasting.com/artifacts/com.lkeehl/tagapi/
implementation ("com.lkeehl:tagapi:1.0.3")
'com.lkeehl:tagapi:jar:1.0.3'
<dependency org="com.lkeehl" name="tagapi" rev="1.0.3">
<artifact name="tagapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lkeehl', module='tagapi', version='1.0.3')
)
libraryDependencies += "com.lkeehl" % "tagapi" % "1.0.3"
[com.lkeehl/tagapi "1.0.3"]