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