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