GroupId | GroupIdtech.ibit |
---|---|
ArtifactId | ArtifactIdstructlog4j-test-base |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
structlog4j-test-base-1.2.pom | |
structlog4j-test-base-1.2-sources.jar | 5 KB |
structlog4j-test-base-1.2-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.ibit/structlog4j-test-base/ -->
<dependency>
<groupId>tech.ibit</groupId>
<artifactId>structlog4j-test-base</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.ibit/structlog4j-test-base/
implementation 'tech.ibit:structlog4j-test-base:1.2'
// https://jarcasting.com/artifacts/tech.ibit/structlog4j-test-base/
implementation ("tech.ibit:structlog4j-test-base:1.2")
'tech.ibit:structlog4j-test-base:jar:1.2'
<dependency org="tech.ibit" name="structlog4j-test-base" rev="1.2">
<artifact name="structlog4j-test-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.ibit', module='structlog4j-test-base', version='1.2')
)
libraryDependencies += "tech.ibit" % "structlog4j-test-base" % "1.2"
[tech.ibit/structlog4j-test-base "1.2"]