Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.cxf.fediz.examples.wsclientWebapp.webservice |
ArtifactId | ArtifactIdcommon |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
common-1.2.3.pom | |
common-1.2.3.jar | 13 KB |
common-1.2.3-sources.jar | 10 KB |
common-1.2.3-javadoc.jar | 65 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.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.wsclientWebapp.webservice/common/
implementation 'org.apache.cxf.fediz.examples.wsclientWebapp.webservice:common:1.2.3'
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.wsclientWebapp.webservice/common/
implementation ("org.apache.cxf.fediz.examples.wsclientWebapp.webservice:common:1.2.3")
'org.apache.cxf.fediz.examples.wsclientWebapp.webservice:common:jar:1.2.3'
<dependency org="org.apache.cxf.fediz.examples.wsclientWebapp.webservice" name="common" rev="1.2.3">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.fediz.examples.wsclientWebapp.webservice', module='common', version='1.2.3')
)
libraryDependencies += "org.apache.cxf.fediz.examples.wsclientWebapp.webservice" % "common" % "1.2.3"
[org.apache.cxf.fediz.examples.wsclientWebapp.webservice/common "1.2.3"]