GroupId | GroupIdcom.github.hughwick |
---|---|
ArtifactId | ArtifactIdtoolbox |
Version | Version1.5.13 |
Type | Typejar |
Filename | Size |
---|---|
toolbox-1.5.13.pom | |
toolbox-1.5.13.jar | 3 MB |
toolbox-1.5.13-sources.jar | 3 MB |
toolbox-1.5.13-javadoc.jar | 503 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hughwick/toolbox/ -->
<dependency>
<groupId>com.github.hughwick</groupId>
<artifactId>toolbox</artifactId>
<version>1.5.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hughwick/toolbox/
implementation 'com.github.hughwick:toolbox:1.5.13'
// https://jarcasting.com/artifacts/com.github.hughwick/toolbox/
implementation ("com.github.hughwick:toolbox:1.5.13")
'com.github.hughwick:toolbox:jar:1.5.13'
<dependency org="com.github.hughwick" name="toolbox" rev="1.5.13">
<artifact name="toolbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hughwick', module='toolbox', version='1.5.13')
)
libraryDependencies += "com.github.hughwick" % "toolbox" % "1.5.13"
[com.github.hughwick/toolbox "1.5.13"]