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