GroupId | GroupIdorg.crsh |
---|---|
ArtifactId | ArtifactIdcrsh.jcr.exo |
Version | Version1.2.8 |
Type | Typejar |
Filename | Size |
---|---|
crsh.jcr.exo-1.2.8.pom | |
crsh.jcr.exo-1.2.8.war | 9 MB |
crsh.jcr.exo-1.2.8-tests.jar | 10 KB |
crsh.jcr.exo-1.2.8-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.crsh/crsh.jcr.exo/ -->
<dependency>
<groupId>org.crsh</groupId>
<artifactId>crsh.jcr.exo</artifactId>
<version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.crsh/crsh.jcr.exo/
implementation 'org.crsh:crsh.jcr.exo:1.2.8'
// https://jarcasting.com/artifacts/org.crsh/crsh.jcr.exo/
implementation ("org.crsh:crsh.jcr.exo:1.2.8")
'org.crsh:crsh.jcr.exo:jar:1.2.8'
<dependency org="org.crsh" name="crsh.jcr.exo" rev="1.2.8">
<artifact name="crsh.jcr.exo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crsh', module='crsh.jcr.exo', version='1.2.8')
)
libraryDependencies += "org.crsh" % "crsh.jcr.exo" % "1.2.8"
[org.crsh/crsh.jcr.exo "1.2.8"]