is not current version
Last Version 2.1.1

com.networknt:custom-runtime 2.0.23

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.23
Type

Type

jar

Download custom-runtime 2.0.23


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