License |
License |
---|---|
Categories |
CategoriesNet KeY Data Data Formats Formal Verification |
GroupId | GroupIdio.github.netmikey.logunit |
ArtifactId | ArtifactIdlogunit-jul |
Last Version | Last Version1.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.github.netmikey.logunit:logunit-jul
LogUnit's JUL (java.util.logging) implementation.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
logunit-jul-1.1.3.pom | |
logunit-jul-1.1.3.jar | 7 KB |
logunit-jul-1.1.3-sources.jar | 4 KB |
logunit-jul-1.1.3-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.netmikey.logunit/logunit-jul/ -->
<dependency>
<groupId>io.github.netmikey.logunit</groupId>
<artifactId>logunit-jul</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.netmikey.logunit/logunit-jul/
implementation 'io.github.netmikey.logunit:logunit-jul:1.1.3'
// https://jarcasting.com/artifacts/io.github.netmikey.logunit/logunit-jul/
implementation ("io.github.netmikey.logunit:logunit-jul:1.1.3")
'io.github.netmikey.logunit:logunit-jul:jar:1.1.3'
<dependency org="io.github.netmikey.logunit" name="logunit-jul" rev="1.1.3">
<artifact name="logunit-jul" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.netmikey.logunit', module='logunit-jul', version='1.1.3')
)
libraryDependencies += "io.github.netmikey.logunit" % "logunit-jul" % "1.1.3"
[io.github.netmikey.logunit/logunit-jul "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
io.github.netmikey.logunit : logunit-core | jar | 1.1.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |