is not current version
Last Version 1.0.1-RELEASE

com.daioware:log 1.0.0-RELEASE

Log and stream utilities

GroupId

GroupId

com.daioware
ArtifactId

ArtifactId

log
Version

Version

1.0.0-RELEASE
Type

Type

jar

Download log 1.0.0-RELEASE


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