is not current version
Last Version 2.0.1-RELEASE

com.daioware:system 2.0.0-RELEASE

System Utilities

GroupId

GroupId

com.daioware
ArtifactId

ArtifactId

system
Version

Version

2.0.0-RELEASE
Type

Type

jar

Download system 2.0.0-RELEASE


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