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