c

custom-runtime

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