is not current version
Last Version 4.0.0-1

io.github.gpc:grails-taggable-plugin 4.0.0.RC1

The Taggable that adds a generic mechanism for tagging data.

Categories

Categories

Grails User Interface Web Frameworks
GroupId

GroupId

io.github.gpc
ArtifactId

ArtifactId

grails-taggable-plugin
Version

Version

4.0.0.RC1
Type

Type

jar

Download grails-taggable-plugin 4.0.0.RC1


<!-- https://jarcasting.com/artifacts/io.github.gpc/grails-taggable-plugin/ -->
<dependency>
    <groupId>io.github.gpc</groupId>
    <artifactId>grails-taggable-plugin</artifactId>
    <version>4.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gpc/grails-taggable-plugin/
implementation 'io.github.gpc:grails-taggable-plugin:4.0.0.RC1'
// https://jarcasting.com/artifacts/io.github.gpc/grails-taggable-plugin/
implementation ("io.github.gpc:grails-taggable-plugin:4.0.0.RC1")
'io.github.gpc:grails-taggable-plugin:jar:4.0.0.RC1'
<dependency org="io.github.gpc" name="grails-taggable-plugin" rev="4.0.0.RC1">
  <artifact name="grails-taggable-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gpc', module='grails-taggable-plugin', version='4.0.0.RC1')
)
libraryDependencies += "io.github.gpc" % "grails-taggable-plugin" % "4.0.0.RC1"
[io.github.gpc/grails-taggable-plugin "4.0.0.RC1"]