GroupId | GroupIdcom.wizzardo.tools |
---|---|
ArtifactId | ArtifactIdtools-image |
Version | Version0.22 |
Type | Typejar |
Filename | Size |
---|---|
tools-image-0.22.pom | |
tools-image-0.22.jar | 37 KB |
tools-image-0.22-sources.jar | 21 KB |
tools-image-0.22-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wizzardo.tools/tools-image/ -->
<dependency>
<groupId>com.wizzardo.tools</groupId>
<artifactId>tools-image</artifactId>
<version>0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.wizzardo.tools/tools-image/
implementation 'com.wizzardo.tools:tools-image:0.22'
// https://jarcasting.com/artifacts/com.wizzardo.tools/tools-image/
implementation ("com.wizzardo.tools:tools-image:0.22")
'com.wizzardo.tools:tools-image:jar:0.22'
<dependency org="com.wizzardo.tools" name="tools-image" rev="0.22">
<artifact name="tools-image" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wizzardo.tools', module='tools-image', version='0.22')
)
libraryDependencies += "com.wizzardo.tools" % "tools-image" % "0.22"
[com.wizzardo.tools/tools-image "0.22"]