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