| Categories |
CategoriesUndertow Net Networking |
|---|---|
| GroupId | GroupIdio.undertow.jastow |
| ArtifactId | ArtifactIdjastow |
| Version | Version1.0.1.Final |
| Type | Typejar |
| Filename | Size |
|---|---|
| jastow-1.0.1.Final.pom | |
| jastow-1.0.1.Final.jar | 567 KB |
| jastow-1.0.1.Final-sources.jar | 360 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.undertow.jastow/jastow/ -->
<dependency>
<groupId>io.undertow.jastow</groupId>
<artifactId>jastow</artifactId>
<version>1.0.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.undertow.jastow/jastow/
implementation 'io.undertow.jastow:jastow:1.0.1.Final'
// https://jarcasting.com/artifacts/io.undertow.jastow/jastow/
implementation ("io.undertow.jastow:jastow:1.0.1.Final")
'io.undertow.jastow:jastow:jar:1.0.1.Final'
<dependency org="io.undertow.jastow" name="jastow" rev="1.0.1.Final">
<artifact name="jastow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.undertow.jastow', module='jastow', version='1.0.1.Final')
)
libraryDependencies += "io.undertow.jastow" % "jastow" % "1.0.1.Final"
[io.undertow.jastow/jastow "1.0.1.Final"]