Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdse.fishtank |
ArtifactId | ArtifactIdnetty-jax-ws |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
netty-jax-ws-0.1.0.pom | |
netty-jax-ws-0.1.0.jar | 15 KB |
netty-jax-ws-0.1.0-sources.jar | 7 KB |
netty-jax-ws-0.1.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.fishtank/netty-jax-ws/ -->
<dependency>
<groupId>se.fishtank</groupId>
<artifactId>netty-jax-ws</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.fishtank/netty-jax-ws/
implementation 'se.fishtank:netty-jax-ws:0.1.0'
// https://jarcasting.com/artifacts/se.fishtank/netty-jax-ws/
implementation ("se.fishtank:netty-jax-ws:0.1.0")
'se.fishtank:netty-jax-ws:jar:0.1.0'
<dependency org="se.fishtank" name="netty-jax-ws" rev="0.1.0">
<artifact name="netty-jax-ws" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.fishtank', module='netty-jax-ws', version='0.1.0')
)
libraryDependencies += "se.fishtank" % "netty-jax-ws" % "0.1.0"
[se.fishtank/netty-jax-ws "0.1.0"]