License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.splinter-log |
ArtifactId | ArtifactIdsplinter-logging-util |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsplinter-logging-util
This project contains the libraries that assist in printing logs with a specific format, to be consumed by Splinter.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
splinter-logging-util-1.2.pom | |
splinter-logging-util-1.2.jar | 10 KB |
splinter-logging-util-1.2-sources.jar | 6 KB |
splinter-logging-util-1.2-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.splinter-log/splinter-logging-util/ -->
<dependency>
<groupId>com.splinter-log</groupId>
<artifactId>splinter-logging-util</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.splinter-log/splinter-logging-util/
implementation 'com.splinter-log:splinter-logging-util:1.2'
// https://jarcasting.com/artifacts/com.splinter-log/splinter-logging-util/
implementation ("com.splinter-log:splinter-logging-util:1.2")
'com.splinter-log:splinter-logging-util:jar:1.2'
<dependency org="com.splinter-log" name="splinter-logging-util" rev="1.2">
<artifact name="splinter-logging-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.splinter-log', module='splinter-logging-util', version='1.2')
)
libraryDependencies += "com.splinter-log" % "splinter-logging-util" % "1.2"
[com.splinter-log/splinter-logging-util "1.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |