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