LogScribe
A flexible logging API developed for the CubeEngine
| License |
License
The MIT License (MIT)
|
|---|---|
| GroupId | GroupIdorg.cubeengine |
| ArtifactId | ArtifactIdlogscribe-core |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLogScribe Core
A flexible logging API developed for the CubeEngine
|
| Filename | Size |
|---|---|
| logscribe-core-1.0.2.pom | |
| logscribe-core-1.0.2.jar | 45 KB |
| logscribe-core-1.0.2-sources.jar | 39 KB |
| logscribe-core-1.0.2-javadoc.jar | 280 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.cubeengine/logscribe-core/ -->
<dependency>
<groupId>org.cubeengine</groupId>
<artifactId>logscribe-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.cubeengine/logscribe-core/
implementation 'org.cubeengine:logscribe-core:1.0.2'
// https://jarcasting.com/artifacts/org.cubeengine/logscribe-core/
implementation ("org.cubeengine:logscribe-core:1.0.2")
'org.cubeengine:logscribe-core:jar:1.0.2'
<dependency org="org.cubeengine" name="logscribe-core" rev="1.0.2">
<artifact name="logscribe-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cubeengine', module='logscribe-core', version='1.0.2')
)
libraryDependencies += "org.cubeengine" % "logscribe-core" % "1.0.2"
[org.cubeengine/logscribe-core "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
A flexible logging API developed for the CubeEngine