is not current version
Last Version 1.0.0

org.crashub:jcr.core 1.0.0-cr7

The CRaSH JCR module

Categories

Categories

CRaSH General Purpose Libraries Utility
GroupId

GroupId

org.crashub
ArtifactId

ArtifactId

jcr.core
Version

Version

1.0.0-cr7
Type

Type

jar

Download jcr.core 1.0.0-cr7


<!-- https://jarcasting.com/artifacts/org.crashub/jcr.core/ -->
<dependency>
    <groupId>org.crashub</groupId>
    <artifactId>jcr.core</artifactId>
    <version>1.0.0-cr7</version>
</dependency>
// https://jarcasting.com/artifacts/org.crashub/jcr.core/
implementation 'org.crashub:jcr.core:1.0.0-cr7'
// https://jarcasting.com/artifacts/org.crashub/jcr.core/
implementation ("org.crashub:jcr.core:1.0.0-cr7")
'org.crashub:jcr.core:jar:1.0.0-cr7'
<dependency org="org.crashub" name="jcr.core" rev="1.0.0-cr7">
  <artifact name="jcr.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crashub', module='jcr.core', version='1.0.0-cr7')
)
libraryDependencies += "org.crashub" % "jcr.core" % "1.0.0-cr7"
[org.crashub/jcr.core "1.0.0-cr7"]