c

custom-runtime

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