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