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