GroupId | GroupIdde.taimos |
---|---|
ArtifactId | ArtifactIdspring-cxf-daemon |
Version | Version2.8 |
Type | Typejar |
Filename | Size |
---|---|
spring-cxf-daemon-2.8.pom | |
spring-cxf-daemon-2.8.jar | 1 MB |
spring-cxf-daemon-2.8-sources.jar | 1017 KB |
spring-cxf-daemon-2.8-javadoc.jar | 203 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.taimos/spring-cxf-daemon/ -->
<dependency>
<groupId>de.taimos</groupId>
<artifactId>spring-cxf-daemon</artifactId>
<version>2.8</version>
</dependency>
// https://jarcasting.com/artifacts/de.taimos/spring-cxf-daemon/
implementation 'de.taimos:spring-cxf-daemon:2.8'
// https://jarcasting.com/artifacts/de.taimos/spring-cxf-daemon/
implementation ("de.taimos:spring-cxf-daemon:2.8")
'de.taimos:spring-cxf-daemon:jar:2.8'
<dependency org="de.taimos" name="spring-cxf-daemon" rev="2.8">
<artifact name="spring-cxf-daemon" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.taimos', module='spring-cxf-daemon', version='2.8')
)
libraryDependencies += "de.taimos" % "spring-cxf-daemon" % "2.8"
[de.taimos/spring-cxf-daemon "2.8"]