is not current version
Last Version 1.0.1

com.haxianhe:dev-utils 1.0

This is a java sdk to use personal dev.

GroupId

GroupId

com.haxianhe
ArtifactId

ArtifactId

dev-utils
Version

Version

1.0
Type

Type

jar

Download dev-utils 1.0


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