GroupId | GroupIdcom.wizzardo.tools |
---|---|
ArtifactId | ArtifactIdtools-image |
Version | Version0.12 |
Type | Typejar |
Filename | Size |
---|---|
tools-image-0.12.pom | |
tools-image-0.12.jar | 37 KB |
tools-image-0.12-sources.jar | 21 KB |
tools-image-0.12-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.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.wizzardo.tools/tools-image/
implementation 'com.wizzardo.tools:tools-image:0.12'
// https://jarcasting.com/artifacts/com.wizzardo.tools/tools-image/
implementation ("com.wizzardo.tools:tools-image:0.12")
'com.wizzardo.tools:tools-image:jar:0.12'
<dependency org="com.wizzardo.tools" name="tools-image" rev="0.12">
<artifact name="tools-image" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wizzardo.tools', module='tools-image', version='0.12')
)
libraryDependencies += "com.wizzardo.tools" % "tools-image" % "0.12"
[com.wizzardo.tools/tools-image "0.12"]