GroupId | GroupIdcom.treelogic-swe |
---|---|
ArtifactId | ArtifactIdcxf-stub |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
cxf-stub-1.0.pom | |
cxf-stub-1.0.jar | 576 KB |
cxf-stub-1.0-sources.jar | 617 KB |
cxf-stub-1.0-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</version>
</dependency>
// https://jarcasting.com/artifacts/com.treelogic-swe/cxf-stub/
implementation 'com.treelogic-swe:cxf-stub:1.0'
// https://jarcasting.com/artifacts/com.treelogic-swe/cxf-stub/
implementation ("com.treelogic-swe:cxf-stub:1.0")
'com.treelogic-swe:cxf-stub:jar:1.0'
<dependency org="com.treelogic-swe" name="cxf-stub" rev="1.0">
<artifact name="cxf-stub" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.treelogic-swe', module='cxf-stub', version='1.0')
)
libraryDependencies += "com.treelogic-swe" % "cxf-stub" % "1.0"
[com.treelogic-swe/cxf-stub "1.0"]