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