Last Version

Lib-Tag-Core 0.3.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`.

License

License

GroupId

GroupId

com.github.naoghuman
ArtifactId

ArtifactId

lib-tag-core
Version

Version

0.3.0
Type

Type

jar
Description

Description

Lib-Tag-Core
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`.
Project URL

Project URL

https://github.com/Naoghuman/lib-tag.git
Source Code Management

Source Code Management

https://github.com/Naoghuman/lib-tag.git

Download lib-tag-core 0.3.0


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

Dependencies

compile (1)

Group / Artifact Type Version
com.airhacks : afterburner.fx jar 1.7.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.