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