| Категории |
КатегорииASM Библиотеки уровня приложения Bytecode Manipulation |
|---|---|
| Группа | Группаio.atlasmap |
| Идентификатор | Идентификаторruntime |
| Версия | Версия1.20.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| runtime-1.20.0.pom | |
| runtime-1.20.0.jar | 39 MB |
| runtime-1.20.0-sources.jar | 2 KB |
| runtime-1.20.0-javadoc.jar | 31 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.atlasmap/runtime/ -->
<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>runtime</artifactId>
<version>1.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.atlasmap/runtime/
implementation 'io.atlasmap:runtime:1.20.0'
// https://jarcasting.com/artifacts/io.atlasmap/runtime/
implementation ("io.atlasmap:runtime:1.20.0")
'io.atlasmap:runtime:jar:1.20.0'
<dependency org="io.atlasmap" name="runtime" rev="1.20.0">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atlasmap', module='runtime', version='1.20.0')
)
libraryDependencies += "io.atlasmap" % "runtime" % "1.20.0"
[io.atlasmap/runtime "1.20.0"]