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