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