| GroupId | GroupIdde.taimos |
|---|---|
| ArtifactId | ArtifactIddaemon-framework-core |
| Version | Version2.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| daemon-framework-core-2.10.pom | |
| daemon-framework-core-2.10.jar | 22 KB |
| daemon-framework-core-2.10-sources.jar | 16 KB |
| daemon-framework-core-2.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/de.taimos/daemon-framework-core/
implementation 'de.taimos:daemon-framework-core:2.10'
// https://jarcasting.com/artifacts/de.taimos/daemon-framework-core/
implementation ("de.taimos:daemon-framework-core:2.10")
'de.taimos:daemon-framework-core:jar:2.10'
<dependency org="de.taimos" name="daemon-framework-core" rev="2.10">
<artifact name="daemon-framework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.taimos', module='daemon-framework-core', version='2.10')
)
libraryDependencies += "de.taimos" % "daemon-framework-core" % "2.10"
[de.taimos/daemon-framework-core "2.10"]