o

org-crac

A wrapper for OpenJDK CRaC API to build and run on any JDK
https://github.com/crac/org.crac
BSD-2-Clause
Anton Kozlov
Files download
File Operation
org-crac-0.1.1.jar download
org-crac-0.1.1.pom download
org-crac-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.crac</groupId>
  <artifactId>org-crac</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.crac:org-crac:0.1.1'
Gradle Kotlin
implementation("io.github.crac:org-crac:0.1.1")
Scala SBT
libraryDependencies += "io.github.crac" % "org-crac" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.crac', module='org-crac', version='0.1.1')
)
Apache Ivy
<dependency org="io.github.crac" name="org-crac" rev="0.1.1" />
Leiningen
[io.github.crac/org-crac "0.1.1"]
Apache Buildr
'io.github.crac:org-crac:jar:0.1.1'
Dependencies
The project has no third-party dependencies