Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.amaranthsoftware |
ArtifactId | ArtifactIdstructlog |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
structlog-0.0.3.pom | |
structlog-0.0.3.jar | 18 KB |
structlog-0.0.3-sources.jar | 10 KB |
structlog-0.0.3-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.amaranthsoftware/structlog/ -->
<dependency>
<groupId>com.github.amaranthsoftware</groupId>
<artifactId>structlog</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.amaranthsoftware/structlog/
implementation 'com.github.amaranthsoftware:structlog:0.0.3'
// https://jarcasting.com/artifacts/com.github.amaranthsoftware/structlog/
implementation ("com.github.amaranthsoftware:structlog:0.0.3")
'com.github.amaranthsoftware:structlog:jar:0.0.3'
<dependency org="com.github.amaranthsoftware" name="structlog" rev="0.0.3">
<artifact name="structlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.amaranthsoftware', module='structlog', version='0.0.3')
)
libraryDependencies += "com.github.amaranthsoftware" % "structlog" % "0.0.3"
[com.github.amaranthsoftware/structlog "0.0.3"]