Categories |
CategoriesUndertow Net Networking |
---|---|
GroupId | GroupIdio.undertow.jastow |
ArtifactId | ArtifactIdjastow |
Version | Version1.0.2.Final |
Type | Typejar |
Filename | Size |
---|---|
jastow-1.0.2.Final.pom | |
jastow-1.0.2.Final.jar | 567 KB |
jastow-1.0.2.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.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.undertow.jastow/jastow/
implementation 'io.undertow.jastow:jastow:1.0.2.Final'
// https://jarcasting.com/artifacts/io.undertow.jastow/jastow/
implementation ("io.undertow.jastow:jastow:1.0.2.Final")
'io.undertow.jastow:jastow:jar:1.0.2.Final'
<dependency org="io.undertow.jastow" name="jastow" rev="1.0.2.Final">
<artifact name="jastow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.undertow.jastow', module='jastow', version='1.0.2.Final')
)
libraryDependencies += "io.undertow.jastow" % "jastow" % "1.0.2.Final"
[io.undertow.jastow/jastow "1.0.2.Final"]