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