is not current version
Last Version 0.23

com.wizzardo.tools:tools 0.14

Package of useful tools like http-client, json-parser, xml-parser, cropping and resizing images and other

GroupId

GroupId

com.wizzardo.tools
ArtifactId

ArtifactId

tools
Version

Version

0.14
Type

Type

jar

Download tools 0.14


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