GroupId | GroupIdde.dm.infrastructure |
---|---|
ArtifactId | ArtifactIdlog-capture |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
log-capture-1.0.2.pom | |
log-capture-1.0.2.jar | 14 KB |
log-capture-1.0.2-sources.jar | 8 KB |
log-capture-1.0.2-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>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.dm.infrastructure/log-capture/
implementation 'de.dm.infrastructure:log-capture:1.0.2'
// https://jarcasting.com/artifacts/de.dm.infrastructure/log-capture/
implementation ("de.dm.infrastructure:log-capture:1.0.2")
'de.dm.infrastructure:log-capture:jar:1.0.2'
<dependency org="de.dm.infrastructure" name="log-capture" rev="1.0.2">
<artifact name="log-capture" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dm.infrastructure', module='log-capture', version='1.0.2')
)
libraryDependencies += "de.dm.infrastructure" % "log-capture" % "1.0.2"
[de.dm.infrastructure/log-capture "1.0.2"]