is not current version
Last Version 0.0.3-RELEASE

com.github.kdvolder:misc-util 0.0.1-M2

Basic utilities

GroupId

GroupId

com.github.kdvolder
ArtifactId

ArtifactId

misc-util
Version

Version

0.0.1-M2
Type

Type

jar

Download misc-util 0.0.1-M2


<!-- https://jarcasting.com/artifacts/com.github.kdvolder/misc-util/ -->
<dependency>
    <groupId>com.github.kdvolder</groupId>
    <artifactId>misc-util</artifactId>
    <version>0.0.1-M2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kdvolder/misc-util/
implementation 'com.github.kdvolder:misc-util:0.0.1-M2'
// https://jarcasting.com/artifacts/com.github.kdvolder/misc-util/
implementation ("com.github.kdvolder:misc-util:0.0.1-M2")
'com.github.kdvolder:misc-util:jar:0.0.1-M2'
<dependency org="com.github.kdvolder" name="misc-util" rev="0.0.1-M2">
  <artifact name="misc-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kdvolder', module='misc-util', version='0.0.1-M2')
)
libraryDependencies += "com.github.kdvolder" % "misc-util" % "0.0.1-M2"
[com.github.kdvolder/misc-util "0.0.1-M2"]