| GroupId | GroupIdcommons-jelly |
|---|---|
| ArtifactId | ArtifactIdcommons-jelly-tags-interaction |
| Version | Version20030211.143817 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/commons-jelly/commons-jelly-tags-interaction/ -->
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-interaction</artifactId>
<version>20030211.143817</version>
</dependency>
// https://jarcasting.com/artifacts/commons-jelly/commons-jelly-tags-interaction/
implementation 'commons-jelly:commons-jelly-tags-interaction:20030211.143817'
// https://jarcasting.com/artifacts/commons-jelly/commons-jelly-tags-interaction/
implementation ("commons-jelly:commons-jelly-tags-interaction:20030211.143817")
'commons-jelly:commons-jelly-tags-interaction:jar:20030211.143817'
<dependency org="commons-jelly" name="commons-jelly-tags-interaction" rev="20030211.143817">
<artifact name="commons-jelly-tags-interaction" type="jar" />
</dependency>
@Grapes(
@Grab(group='commons-jelly', module='commons-jelly-tags-interaction', version='20030211.143817')
)
libraryDependencies += "commons-jelly" % "commons-jelly-tags-interaction" % "20030211.143817"
[commons-jelly/commons-jelly-tags-interaction "20030211.143817"]