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