c

custom-runtime

A custom runtime for GraalVM native image to improve code start performance
文件下载
文件名 操作
custom-runtime-2.1.12.jar 下载
custom-runtime-2.1.12.pom 下载
custom-runtime-2.1.12-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.networknt</groupId>
  <artifactId>custom-runtime</artifactId>
  <version>2.1.12</version>
</dependency>
Gradle Groovy
implementation 'com.networknt:custom-runtime:2.1.12'
Gradle Kotlin
implementation("com.networknt:custom-runtime:2.1.12")
Scala SBT
libraryDependencies += "com.networknt" % "custom-runtime" % "2.1.12"
Groovy Grape
@Grapes(
  @Grab(group='com.networknt', module='custom-runtime', version='2.1.12')
)
Apache Ivy
<dependency org="com.networknt" name="custom-runtime" rev="2.1.12" />
Leiningen
[com.networknt/custom-runtime "2.1.12"]
Apache Buildr
'com.networknt:custom-runtime:jar:2.1.12'