is not current version
Last Version 3.2.1-RELEASE

com.daioware:commons 1.0.0-RELEASE

Commons Utilities

GroupId

GroupId

com.daioware
ArtifactId

ArtifactId

commons
Version

Version

1.0.0-RELEASE
Type

Type

jar

Download commons 1.0.0-RELEASE


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