GroupId | GroupIdcom.treelogic-swe |
---|---|
ArtifactId | ArtifactIdcxf-stub |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
cxf-stub-1.0.1.pom | |
cxf-stub-1.0.1.jar | 576 KB |
cxf-stub-1.0.1-sources.jar | 617 KB |
cxf-stub-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.treelogic-swe/cxf-stub/ -->
<dependency>
<groupId>com.treelogic-swe</groupId>
<artifactId>cxf-stub</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.treelogic-swe/cxf-stub/
implementation 'com.treelogic-swe:cxf-stub:1.0.1'
// https://jarcasting.com/artifacts/com.treelogic-swe/cxf-stub/
implementation ("com.treelogic-swe:cxf-stub:1.0.1")
'com.treelogic-swe:cxf-stub:jar:1.0.1'
<dependency org="com.treelogic-swe" name="cxf-stub" rev="1.0.1">
<artifact name="cxf-stub" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.treelogic-swe', module='cxf-stub', version='1.0.1')
)
libraryDependencies += "com.treelogic-swe" % "cxf-stub" % "1.0.1"
[com.treelogic-swe/cxf-stub "1.0.1"]