License |
License |
---|---|
Categories |
CategoriesGson Data JSON |
GroupId | GroupIdcom.artnaseef |
ArtifactId | ArtifactIdgson-log-marshaller |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGSON Log Marshaller
Marshaller of logging events using GSON.
|
<!-- https://jarcasting.com/artifacts/com.artnaseef/gson-log-marshaller/ -->
<dependency>
<groupId>com.artnaseef</groupId>
<artifactId>gson-log-marshaller</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.artnaseef/gson-log-marshaller/
implementation 'com.artnaseef:gson-log-marshaller:1.0.0'
// https://jarcasting.com/artifacts/com.artnaseef/gson-log-marshaller/
implementation ("com.artnaseef:gson-log-marshaller:1.0.0")
'com.artnaseef:gson-log-marshaller:jar:1.0.0'
<dependency org="com.artnaseef" name="gson-log-marshaller" rev="1.0.0">
<artifact name="gson-log-marshaller" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artnaseef', module='gson-log-marshaller', version='1.0.0')
)
libraryDependencies += "com.artnaseef" % "gson-log-marshaller" % "1.0.0"
[com.artnaseef/gson-log-marshaller "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.artnaseef : log-forwarder-api | jar | 1.0.0 |
com.google.code.gson : gson | jar | 2.8.2 |
junit : junit | jar | 4.12 |