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