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