| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.openhft |
| ArtifactId | ArtifactIdstage-compiler |
| Version | Version1.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| stage-compiler-1.8.pom | |
| stage-compiler-1.8.jar | 68 KB |
| stage-compiler-1.8-sources.jar | 25 KB |
| stage-compiler-1.8-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.openhft/stage-compiler/ -->
<dependency>
<groupId>net.openhft</groupId>
<artifactId>stage-compiler</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/stage-compiler/
implementation 'net.openhft:stage-compiler:1.8'
// https://jarcasting.com/artifacts/net.openhft/stage-compiler/
implementation ("net.openhft:stage-compiler:1.8")
'net.openhft:stage-compiler:jar:1.8'
<dependency org="net.openhft" name="stage-compiler" rev="1.8">
<artifact name="stage-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='stage-compiler', version='1.8')
)
libraryDependencies += "net.openhft" % "stage-compiler" % "1.8"
[net.openhft/stage-compiler "1.8"]