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