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