License |
License |
---|---|
GroupId | GroupIdcom.daioware |
ArtifactId | ArtifactIdlog |
Version | Version1.0.1-RELEASE |
Type | Typejar |
Description |
DescriptionLog and stream utilities
Log and stream utilities
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
log-1.0.1-RELEASE.pom | |
log-1.0.1-RELEASE.jar | 13 KB |
log-1.0.1-RELEASE-sources.jar | 6 KB |
log-1.0.1-RELEASE-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.daioware/log/ -->
<dependency>
<groupId>com.daioware</groupId>
<artifactId>log</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware/log/
implementation 'com.daioware:log:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.daioware/log/
implementation ("com.daioware:log:1.0.1-RELEASE")
'com.daioware:log:jar:1.0.1-RELEASE'
<dependency org="com.daioware" name="log" rev="1.0.1-RELEASE">
<artifact name="log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware', module='log', version='1.0.1-RELEASE')
)
libraryDependencies += "com.daioware" % "log" % "1.0.1-RELEASE"
[com.daioware/log "1.0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.daioware : dateUtilities | jar | 1.0.0-RELEASE |
com.daioware : commons | jar | 1.0.0-RELEASE |
com.daioware : file | jar | 1.0.1-RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |