is not current version
Last Version 0.3.0

com.github.naoghuman:lib-tag-core 0.2.0

The library `Lib-Tag-Core` provides the API to perform CRUD (`Create`, `Read`, `Update` and `Delete`) operations for a [Tag]. A `Tag` is basically a simple [String] which can be used for example in a [Button], [Label] or another [JavaFX] component. Tagged topics can be easily searched or analysed for a `Tag`.

GroupId

GroupId

com.github.naoghuman
ArtifactId

ArtifactId

lib-tag-core
Version

Version

0.2.0
Type

Type

jar

Download lib-tag-core 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.naoghuman/lib-tag-core/ -->
<dependency>
    <groupId>com.github.naoghuman</groupId>
    <artifactId>lib-tag-core</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-tag-core/
implementation 'com.github.naoghuman:lib-tag-core:0.2.0'
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-tag-core/
implementation ("com.github.naoghuman:lib-tag-core:0.2.0")
'com.github.naoghuman:lib-tag-core:jar:0.2.0'
<dependency org="com.github.naoghuman" name="lib-tag-core" rev="0.2.0">
  <artifact name="lib-tag-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.naoghuman', module='lib-tag-core', version='0.2.0')
)
libraryDependencies += "com.github.naoghuman" % "lib-tag-core" % "0.2.0"
[com.github.naoghuman/lib-tag-core "0.2.0"]