License |
License |
---|---|
Categories |
CategoriesJava Languages Net |
GroupId | GroupIdnet.openhft |
ArtifactId | ArtifactIdJava-Runtime-Compiler |
Last Version | Last Version2.3.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJava Compiler Parent
Java Runtime Compiler library
|
Filename | Size |
---|---|
Java-Runtime-Compiler-2.3.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.openhft/Java-Runtime-Compiler/ -->
<dependency>
<groupId>net.openhft</groupId>
<artifactId>Java-Runtime-Compiler</artifactId>
<version>2.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/Java-Runtime-Compiler/
implementation 'net.openhft:Java-Runtime-Compiler:2.3.1'
// https://jarcasting.com/artifacts/net.openhft/Java-Runtime-Compiler/
implementation ("net.openhft:Java-Runtime-Compiler:2.3.1")
'net.openhft:Java-Runtime-Compiler:pom:2.3.1'
<dependency org="net.openhft" name="Java-Runtime-Compiler" rev="2.3.1">
<artifact name="Java-Runtime-Compiler" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='Java-Runtime-Compiler', version='2.3.1')
)
libraryDependencies += "net.openhft" % "Java-Runtime-Compiler" % "2.3.1"
[net.openhft/Java-Runtime-Compiler "2.3.1"]