License |
License |
---|---|
Categories |
CategoriesBootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.cxf |
ArtifactId | ArtifactIdbootique-cxf-core |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-cxf-core: Apache CXF core entities integration with Bootique
Provides Apache CXF core entities integration with Bootique.
|
Project Organization |
Project OrganizationObjectStyle LLC |
Filename | Size |
---|---|
bootique-cxf-core-2.0.1.pom | |
bootique-cxf-core-2.0.1.jar | 21 KB |
bootique-cxf-core-2.0.1-sources.jar | 11 KB |
bootique-cxf-core-2.0.1-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.cxf/bootique-cxf-core/ -->
<dependency>
<groupId>io.bootique.cxf</groupId>
<artifactId>bootique-cxf-core</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.cxf/bootique-cxf-core/
implementation 'io.bootique.cxf:bootique-cxf-core:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.cxf/bootique-cxf-core/
implementation ("io.bootique.cxf:bootique-cxf-core:2.0.1")
'io.bootique.cxf:bootique-cxf-core:jar:2.0.1'
<dependency org="io.bootique.cxf" name="bootique-cxf-core" rev="2.0.1">
<artifact name="bootique-cxf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.cxf', module='bootique-cxf-core', version='2.0.1')
)
libraryDependencies += "io.bootique.cxf" % "bootique-cxf-core" % "2.0.1"
[io.bootique.cxf/bootique-cxf-core "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique : bootique | jar | 2.0.1 |
org.apache.cxf : cxf-core | jar | 3.3.1 |
javax.jws : javax.jws-api | jar | 1.1 |
org.mockito : mockito-core | jar | 3.9.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
io.bootique : bootique-test | jar | 2.0.1 |
org.slf4j : slf4j-simple | jar | 1.7.25 |