License |
License |
---|---|
GroupId | GroupIdcom.xxlabaza.utils |
ArtifactId | ArtifactIdlog-file |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionLog file
A Java library for working with append-only files
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
log-file-1.0.0.pom | |
log-file-1.0.0.jar | 42 KB |
log-file-1.0.0-sources.jar | 20 KB |
log-file-1.0.0-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xxlabaza.utils/log-file/ -->
<dependency>
<groupId>com.xxlabaza.utils</groupId>
<artifactId>log-file</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xxlabaza.utils/log-file/
implementation 'com.xxlabaza.utils:log-file:1.0.0'
// https://jarcasting.com/artifacts/com.xxlabaza.utils/log-file/
implementation ("com.xxlabaza.utils:log-file:1.0.0")
'com.xxlabaza.utils:log-file:jar:1.0.0'
<dependency org="com.xxlabaza.utils" name="log-file" rev="1.0.0">
<artifact name="log-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xxlabaza.utils', module='log-file', version='1.0.0')
)
libraryDependencies += "com.xxlabaza.utils" % "log-file" % "1.0.0"
[com.xxlabaza.utils/log-file "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.appulse : utils-java | jar | 1.16.4 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.10 |
net.jcip : jcip-annotations | jar | 1.0 |
com.github.spotbugs : spotbugs-annotations | jar | 3.1.12 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.5.2 |
org.assertj : assertj-core | jar | 3.14.0 |
org.mockito : mockito-core | jar | 3.1.0 |
org.mockito : mockito-junit-jupiter | jar | 3.1.0 |