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
文件下载
文件名 操作
org-crac-0.1.3.jar 下载
org-crac-0.1.3.pom 下载
org-crac-0.1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.crac</groupId>
  <artifactId>org-crac</artifactId>
  <version>0.1.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.crac:org-crac:0.1.3'
Gradle Kotlin
implementation("io.github.crac:org-crac:0.1.3")
Scala SBT
libraryDependencies += "io.github.crac" % "org-crac" % "0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.crac', module='org-crac', version='0.1.3')
)
Apache Ivy
<dependency org="io.github.crac" name="org-crac" rev="0.1.3" />
Leiningen
[io.github.crac/org-crac "0.1.3"]
Apache Buildr
'io.github.crac:org-crac:jar:0.1.3'
本项目依赖
该项目无第三方依赖