| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.sdicons.jsontools |
| ArtifactId | ArtifactIdjsontools-log4j |
| Version | Version1.3 |
| Type | Typejar |
| Description |
DescriptionJava JSON Tools - Log4J
Java JSON Tools Log4J library.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jsontools-log4j-1.3.pom | |
| jsontools-log4j-1.3.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sdicons.jsontools/jsontools-log4j/ -->
<dependency>
<groupId>com.sdicons.jsontools</groupId>
<artifactId>jsontools-log4j</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdicons.jsontools/jsontools-log4j/
implementation 'com.sdicons.jsontools:jsontools-log4j:1.3'
// https://jarcasting.com/artifacts/com.sdicons.jsontools/jsontools-log4j/
implementation ("com.sdicons.jsontools:jsontools-log4j:1.3")
'com.sdicons.jsontools:jsontools-log4j:jar:1.3'
<dependency org="com.sdicons.jsontools" name="jsontools-log4j" rev="1.3">
<artifact name="jsontools-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdicons.jsontools', module='jsontools-log4j', version='1.3')
)
libraryDependencies += "com.sdicons.jsontools" % "jsontools-log4j" % "1.3"
[com.sdicons.jsontools/jsontools-log4j "1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.12 |
| com.sdicons.jsontools : jsontools-core | jar | [1.2, 2.0) |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |