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