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