License |
License |
---|---|
GroupId | GroupIdcom.vlkan.rfos |
ArtifactId | ArtifactIdrotating-fos |
Version | Version0.9.2 |
Type | Typejar |
Description |
DescriptionRotatingFileOutputStream
Sneakily rotating your FileOutputStream since 2017.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rotating-fos-0.9.2.pom | |
rotating-fos-0.9.2.jar | 30 KB |
rotating-fos-0.9.2-sources.jar | 20 KB |
rotating-fos-0.9.2-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vlkan.rfos/rotating-fos/ -->
<dependency>
<groupId>com.vlkan.rfos</groupId>
<artifactId>rotating-fos</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.vlkan.rfos/rotating-fos/
implementation 'com.vlkan.rfos:rotating-fos:0.9.2'
// https://jarcasting.com/artifacts/com.vlkan.rfos/rotating-fos/
implementation ("com.vlkan.rfos:rotating-fos:0.9.2")
'com.vlkan.rfos:rotating-fos:jar:0.9.2'
<dependency org="com.vlkan.rfos" name="rotating-fos" rev="0.9.2">
<artifact name="rotating-fos" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vlkan.rfos', module='rotating-fos', version='0.9.2')
)
libraryDependencies += "com.vlkan.rfos" % "rotating-fos" % "0.9.2"
[com.vlkan.rfos/rotating-fos "0.9.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 2.0.0-alpha0 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.3.0-alpha4 |
junit : junit | jar | 4.13-beta-3 |
org.assertj : assertj-core | jar | 3.12.2 |
org.mockito : mockito-core | jar | 2.28.2 |