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