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