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