License |
License |
---|---|
Categories |
CategoriesScience Business Logic Libraries |
GroupId | GroupIdscience.aist.seshat |
ArtifactId | ArtifactIdlog4j2 |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionOur fancy and fast logging framework
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
log4j2-1.1.0.pom | |
log4j2-1.1.0.jar | 4 KB |
log4j2-1.1.0-sources.jar | 3 KB |
log4j2-1.1.0-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/science.aist.seshat/log4j2/ -->
<dependency>
<groupId>science.aist.seshat</groupId>
<artifactId>log4j2</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/science.aist.seshat/log4j2/
implementation 'science.aist.seshat:log4j2:1.1.0'
// https://jarcasting.com/artifacts/science.aist.seshat/log4j2/
implementation ("science.aist.seshat:log4j2:1.1.0")
'science.aist.seshat:log4j2:jar:1.1.0'
<dependency org="science.aist.seshat" name="log4j2" rev="1.1.0">
<artifact name="log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='science.aist.seshat', module='log4j2', version='1.1.0')
)
libraryDependencies += "science.aist.seshat" % "log4j2" % "1.1.0"
[science.aist.seshat/log4j2 "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
science.aist.seshat : api | jar | 1.1.0 |
org.apache.logging.log4j : log4j-api | jar | 2.12.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.12.1 |
org.testng : testng | jar | 6.14.3 |