License |
License |
---|---|
GroupId | GroupIdio.github.crac |
ArtifactId | ArtifactIdorg-crac |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg-crac
A wrapper for OpenJDK CRaC API to build and run on any JDK
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
org-crac-0.1.3.pom | |
org-crac-0.1.3.jar | 9 KB |
org-crac-0.1.3-sources.jar | 7 KB |
org-crac-0.1.3-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.crac/org-crac/ -->
<dependency>
<groupId>io.github.crac</groupId>
<artifactId>org-crac</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.crac/org-crac/
implementation 'io.github.crac:org-crac:0.1.3'
// https://jarcasting.com/artifacts/io.github.crac/org-crac/
implementation ("io.github.crac:org-crac:0.1.3")
'io.github.crac:org-crac:jar:0.1.3'
<dependency org="io.github.crac" name="org-crac" rev="0.1.3">
<artifact name="org-crac" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.crac', module='org-crac', version='0.1.3')
)
libraryDependencies += "io.github.crac" % "org-crac" % "0.1.3"
[io.github.crac/org-crac "0.1.3"]