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