Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.stickycode.component |
ArtifactId | ArtifactIdsticky-component-cxf |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
sticky-component-cxf-2.2.pom | |
sticky-component-cxf-2.2.jar | 7 KB |
sticky-component-cxf-2.2-sources.jar | 2 KB |
sticky-component-cxf-2.2-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.stickycode.component/sticky-component-cxf/ -->
<dependency>
<groupId>net.stickycode.component</groupId>
<artifactId>sticky-component-cxf</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.component/sticky-component-cxf/
implementation 'net.stickycode.component:sticky-component-cxf:2.2'
// https://jarcasting.com/artifacts/net.stickycode.component/sticky-component-cxf/
implementation ("net.stickycode.component:sticky-component-cxf:2.2")
'net.stickycode.component:sticky-component-cxf:jar:2.2'
<dependency org="net.stickycode.component" name="sticky-component-cxf" rev="2.2">
<artifact name="sticky-component-cxf" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.component', module='sticky-component-cxf', version='2.2')
)
libraryDependencies += "net.stickycode.component" % "sticky-component-cxf" % "2.2"
[net.stickycode.component/sticky-component-cxf "2.2"]