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