is not current version
Last Version 1.0.0.1.5-RELEASE

com.huramkin.toolbox:toolbox 1.0.0.1-RELEASE

a simple toolbox

GroupId

GroupId

com.huramkin.toolbox
ArtifactId

ArtifactId

toolbox
Version

Version

1.0.0.1-RELEASE
Type

Type

jar

Download toolbox 1.0.0.1-RELEASE


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