| Группа | Группаde.taimos |
|---|---|
| Идентификатор | Идентификаторdaemon-framework-logsimple |
| Версия | Версия2.7 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/de.taimos/daemon-framework-logsimple/ -->
<dependency>
<groupId>de.taimos</groupId>
<artifactId>daemon-framework-logsimple</artifactId>
<version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/de.taimos/daemon-framework-logsimple/
implementation 'de.taimos:daemon-framework-logsimple:2.7'
// https://jarcasting.com/artifacts/de.taimos/daemon-framework-logsimple/
implementation ("de.taimos:daemon-framework-logsimple:2.7")
'de.taimos:daemon-framework-logsimple:jar:2.7'
<dependency org="de.taimos" name="daemon-framework-logsimple" rev="2.7">
<artifact name="daemon-framework-logsimple" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.taimos', module='daemon-framework-logsimple', version='2.7')
)
libraryDependencies += "de.taimos" % "daemon-framework-logsimple" % "2.7"
[de.taimos/daemon-framework-logsimple "2.7"]