GroupId | GroupIdde.dm.infrastructure |
---|---|
ArtifactId | ArtifactIdlog-capture |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
log-capture-3.0.0.pom | |
log-capture-3.0.0.jar | 13 KB |
log-capture-3.0.0-sources.jar | 8 KB |
log-capture-3.0.0-javadoc.jar | 412 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.dm.infrastructure/log-capture/ -->
<dependency>
<groupId>de.dm.infrastructure</groupId>
<artifactId>log-capture</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.dm.infrastructure/log-capture/
implementation 'de.dm.infrastructure:log-capture:3.0.0'
// https://jarcasting.com/artifacts/de.dm.infrastructure/log-capture/
implementation ("de.dm.infrastructure:log-capture:3.0.0")
'de.dm.infrastructure:log-capture:jar:3.0.0'
<dependency org="de.dm.infrastructure" name="log-capture" rev="3.0.0">
<artifact name="log-capture" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dm.infrastructure', module='log-capture', version='3.0.0')
)
libraryDependencies += "de.dm.infrastructure" % "log-capture" % "3.0.0"
[de.dm.infrastructure/log-capture "3.0.0"]