Categories |
CategoriesJSON Data Logging Application Layer Libs |
---|---|
GroupId | GroupIdcom.github.secondbase |
ArtifactId | ArtifactIdjsonlogging |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
jsonlogging-0.1.1.pom | |
jsonlogging-0.1.1.jar | 7 KB |
jsonlogging-0.1.1-sources.jar | 4 KB |
jsonlogging-0.1.1-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.secondbase/jsonlogging/ -->
<dependency>
<groupId>com.github.secondbase</groupId>
<artifactId>jsonlogging</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.secondbase/jsonlogging/
implementation 'com.github.secondbase:jsonlogging:0.1.1'
// https://jarcasting.com/artifacts/com.github.secondbase/jsonlogging/
implementation ("com.github.secondbase:jsonlogging:0.1.1")
'com.github.secondbase:jsonlogging:jar:0.1.1'
<dependency org="com.github.secondbase" name="jsonlogging" rev="0.1.1">
<artifact name="jsonlogging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.secondbase', module='jsonlogging', version='0.1.1')
)
libraryDependencies += "com.github.secondbase" % "jsonlogging" % "0.1.1"
[com.github.secondbase/jsonlogging "0.1.1"]