Categories |
CategoriesCRaSH General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.crashub |
ArtifactId | ArtifactIdjcr.parent |
Version | Version1.0.0-cr4 |
Type | Typejar |
Filename | Size |
---|---|
jcr.parent-1.0.0-cr4.pom | 17 KB |
jcr.parent-1.0.0-cr4-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.crashub/jcr.parent/ -->
<dependency>
<groupId>org.crashub</groupId>
<artifactId>jcr.parent</artifactId>
<version>1.0.0-cr4</version>
</dependency>
// https://jarcasting.com/artifacts/org.crashub/jcr.parent/
implementation 'org.crashub:jcr.parent:1.0.0-cr4'
// https://jarcasting.com/artifacts/org.crashub/jcr.parent/
implementation ("org.crashub:jcr.parent:1.0.0-cr4")
'org.crashub:jcr.parent:jar:1.0.0-cr4'
<dependency org="org.crashub" name="jcr.parent" rev="1.0.0-cr4">
<artifact name="jcr.parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crashub', module='jcr.parent', version='1.0.0-cr4')
)
libraryDependencies += "org.crashub" % "jcr.parent" % "1.0.0-cr4"
[org.crashub/jcr.parent "1.0.0-cr4"]