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