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