c

commons-jelly-tags-interaction

This is a Jelly interface to the user.
Files download
File Operation
commons-jelly-tags-interaction-1.1.jar download
commons-jelly-tags-interaction-1.1.pom download
commons-jelly-tags-interaction-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>commons-jelly</groupId>
  <artifactId>commons-jelly-tags-interaction</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'commons-jelly:commons-jelly-tags-interaction:1.1'
Gradle Kotlin
implementation("commons-jelly:commons-jelly-tags-interaction:1.1")
Scala SBT
libraryDependencies += "commons-jelly" % "commons-jelly-tags-interaction" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='commons-jelly', module='commons-jelly-tags-interaction', version='1.1')
)
Apache Ivy
<dependency org="commons-jelly" name="commons-jelly-tags-interaction" rev="1.1" />
Leiningen
[commons-jelly/commons-jelly-tags-interaction "1.1"]
Apache Buildr
'commons-jelly:commons-jelly-tags-interaction:jar:1.1'