Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.cxf.fediz.examples.wsclientWebapp.webservice |
ArtifactId | ArtifactIdcommon |
Version | Version1.4.5 |
Type | Typejar |
Filename | Size |
---|---|
common-1.4.5.pom | |
common-1.4.5.jar | 13 KB |
common-1.4.5-sources.jar | 12 KB |
common-1.4.5-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.wsclientWebapp.webservice/common/ -->
<dependency>
<groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId>
<artifactId>common</artifactId>
<version>1.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.wsclientWebapp.webservice/common/
implementation 'org.apache.cxf.fediz.examples.wsclientWebapp.webservice:common:1.4.5'
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.wsclientWebapp.webservice/common/
implementation ("org.apache.cxf.fediz.examples.wsclientWebapp.webservice:common:1.4.5")
'org.apache.cxf.fediz.examples.wsclientWebapp.webservice:common:jar:1.4.5'
<dependency org="org.apache.cxf.fediz.examples.wsclientWebapp.webservice" name="common" rev="1.4.5">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.fediz.examples.wsclientWebapp.webservice', module='common', version='1.4.5')
)
libraryDependencies += "org.apache.cxf.fediz.examples.wsclientWebapp.webservice" % "common" % "1.4.5"
[org.apache.cxf.fediz.examples.wsclientWebapp.webservice/common "1.4.5"]