GroupId | GroupIdorg.codegeny.jakartron |
---|---|
ArtifactId | ArtifactIdjakartron-jaxws |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jakartron-jaxws-0.0.2.pom | |
jakartron-jaxws-0.0.2.jar | 16 KB |
jakartron-jaxws-0.0.2-sources.jar | 11 KB |
jakartron-jaxws-0.0.2-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codegeny.jakartron/jakartron-jaxws/ -->
<dependency>
<groupId>org.codegeny.jakartron</groupId>
<artifactId>jakartron-jaxws</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codegeny.jakartron/jakartron-jaxws/
implementation 'org.codegeny.jakartron:jakartron-jaxws:0.0.2'
// https://jarcasting.com/artifacts/org.codegeny.jakartron/jakartron-jaxws/
implementation ("org.codegeny.jakartron:jakartron-jaxws:0.0.2")
'org.codegeny.jakartron:jakartron-jaxws:jar:0.0.2'
<dependency org="org.codegeny.jakartron" name="jakartron-jaxws" rev="0.0.2">
<artifact name="jakartron-jaxws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codegeny.jakartron', module='jakartron-jaxws', version='0.0.2')
)
libraryDependencies += "org.codegeny.jakartron" % "jakartron-jaxws" % "0.0.2"
[org.codegeny.jakartron/jakartron-jaxws "0.0.2"]