| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.openhft |
| Идентификатор | Идентификаторstage-compiler |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| stage-compiler-1.0.pom | |
| stage-compiler-1.0.jar | 65 KB |
| stage-compiler-1.0-sources.jar | 24 KB |
| stage-compiler-1.0-javadoc.jar | 60 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.openhft/stage-compiler/ -->
<dependency>
<groupId>net.openhft</groupId>
<artifactId>stage-compiler</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/stage-compiler/
implementation 'net.openhft:stage-compiler:1.0'
// https://jarcasting.com/artifacts/net.openhft/stage-compiler/
implementation ("net.openhft:stage-compiler:1.0")
'net.openhft:stage-compiler:jar:1.0'
<dependency org="net.openhft" name="stage-compiler" rev="1.0">
<artifact name="stage-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='stage-compiler', version='1.0')
)
libraryDependencies += "net.openhft" % "stage-compiler" % "1.0"
[net.openhft/stage-compiler "1.0"]