c

custom-runtime

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