is not current version
Last Version 2.1.1

com.networknt:custom-runtime 2.0.22

A custom runtime for GraalVM native image to improve code start performance

Categories

Categories

Net
GroupId

GroupId

com.networknt
ArtifactId

ArtifactId

custom-runtime
Version

Version

2.0.22
Type

Type

jar

Download custom-runtime 2.0.22


<!-- https://jarcasting.com/artifacts/com.networknt/custom-runtime/ -->
<dependency>
    <groupId>com.networknt</groupId>
    <artifactId>custom-runtime</artifactId>
    <version>2.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/custom-runtime/
implementation 'com.networknt:custom-runtime:2.0.22'
// https://jarcasting.com/artifacts/com.networknt/custom-runtime/
implementation ("com.networknt:custom-runtime:2.0.22")
'com.networknt:custom-runtime:jar:2.0.22'
<dependency org="com.networknt" name="custom-runtime" rev="2.0.22">
  <artifact name="custom-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='custom-runtime', version='2.0.22')
)
libraryDependencies += "com.networknt" % "custom-runtime" % "2.0.22"
[com.networknt/custom-runtime "2.0.22"]