is not current version
Last Version 1.1.3

io.github.netmikey.logunit:logunit-core 1.0.0

The core of the LogUnit framework, containing API and non-logframework-specific code.

Categories

Categories

Net KeY Data Data Formats Formal Verification
GroupId

GroupId

io.github.netmikey.logunit
ArtifactId

ArtifactId

logunit-core
Version

Version

1.0.0
Type

Type

jar

Download logunit-core 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.netmikey.logunit/logunit-core/ -->
<dependency>
    <groupId>io.github.netmikey.logunit</groupId>
    <artifactId>logunit-core</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.netmikey.logunit/logunit-core/
implementation 'io.github.netmikey.logunit:logunit-core:1.0.0'
// https://jarcasting.com/artifacts/io.github.netmikey.logunit/logunit-core/
implementation ("io.github.netmikey.logunit:logunit-core:1.0.0")
'io.github.netmikey.logunit:logunit-core:jar:1.0.0'
<dependency org="io.github.netmikey.logunit" name="logunit-core" rev="1.0.0">
  <artifact name="logunit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.netmikey.logunit', module='logunit-core', version='1.0.0')
)
libraryDependencies += "io.github.netmikey.logunit" % "logunit-core" % "1.0.0"
[io.github.netmikey.logunit/logunit-core "1.0.0"]