GroupId | GroupIdcom.github.naoghuman |
---|---|
ArtifactId | ArtifactIdlib-tag-core |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
lib-tag-core-0.1.0.pom | |
lib-tag-core-0.1.0.jar | 19 KB |
lib-tag-core-0.1.0-sources.jar | 19 KB |
lib-tag-core-0.1.0-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.naoghuman/lib-tag-core/ -->
<dependency>
<groupId>com.github.naoghuman</groupId>
<artifactId>lib-tag-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-tag-core/
implementation 'com.github.naoghuman:lib-tag-core:0.1.0'
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-tag-core/
implementation ("com.github.naoghuman:lib-tag-core:0.1.0")
'com.github.naoghuman:lib-tag-core:jar:0.1.0'
<dependency org="com.github.naoghuman" name="lib-tag-core" rev="0.1.0">
<artifact name="lib-tag-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.naoghuman', module='lib-tag-core', version='0.1.0')
)
libraryDependencies += "com.github.naoghuman" % "lib-tag-core" % "0.1.0"
[com.github.naoghuman/lib-tag-core "0.1.0"]