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