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