GroupId | GroupIdcommons-jelly |
---|---|
ArtifactId | ArtifactIdcommons-jelly-tags-validate |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-jelly-tags-validate-1.0.pom | |
commons-jelly-tags-validate-1.0.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/commons-jelly/commons-jelly-tags-validate/ -->
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-validate</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/commons-jelly/commons-jelly-tags-validate/
implementation 'commons-jelly:commons-jelly-tags-validate:1.0'
// https://jarcasting.com/artifacts/commons-jelly/commons-jelly-tags-validate/
implementation ("commons-jelly:commons-jelly-tags-validate:1.0")
'commons-jelly:commons-jelly-tags-validate:jar:1.0'
<dependency org="commons-jelly" name="commons-jelly-tags-validate" rev="1.0">
<artifact name="commons-jelly-tags-validate" type="jar" />
</dependency>
@Grapes(
@Grab(group='commons-jelly', module='commons-jelly-tags-validate', version='1.0')
)
libraryDependencies += "commons-jelly" % "commons-jelly-tags-validate" % "1.0"
[commons-jelly/commons-jelly-tags-validate "1.0"]