GroupId | GroupIdservicemix |
---|---|
ArtifactId | ArtifactIdservicemix-jaxws |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
servicemix-jaxws-2.0.1.pom | |
servicemix-jaxws-2.0.1.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/servicemix/servicemix-jaxws/ -->
<dependency>
<groupId>servicemix</groupId>
<artifactId>servicemix-jaxws</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/servicemix/servicemix-jaxws/
implementation 'servicemix:servicemix-jaxws:2.0.1'
// https://jarcasting.com/artifacts/servicemix/servicemix-jaxws/
implementation ("servicemix:servicemix-jaxws:2.0.1")
'servicemix:servicemix-jaxws:jar:2.0.1'
<dependency org="servicemix" name="servicemix-jaxws" rev="2.0.1">
<artifact name="servicemix-jaxws" type="jar" />
</dependency>
@Grapes(
@Grab(group='servicemix', module='servicemix-jaxws', version='2.0.1')
)
libraryDependencies += "servicemix" % "servicemix-jaxws" % "2.0.1"
[servicemix/servicemix-jaxws "2.0.1"]