| Categories |
CategoriesUndertow Net Networking |
|---|---|
| GroupId | GroupIdio.undertow.jastow |
| ArtifactId | ArtifactIdjastow |
| Version | Version1.0.0.Alpha2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jastow-1.0.0.Alpha2.pom | |
| jastow-1.0.0.Alpha2.jar | 560 KB |
| jastow-1.0.0.Alpha2-sources.jar | 356 KB |
| Browse |
<!-- 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"]