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