| GroupId | GroupIdcom.hb0730 |
|---|---|
| ArtifactId | ArtifactIdcommons-all |
| Version | Version2.0.1-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-all-2.0.1-RELEASE.pom | |
| commons-all-2.0.1-RELEASE.jar | 1 KB |
| commons-all-2.0.1-RELEASE-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hb0730/commons-all/ -->
<dependency>
<groupId>com.hb0730</groupId>
<artifactId>commons-all</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.hb0730/commons-all/
implementation 'com.hb0730:commons-all:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.hb0730/commons-all/
implementation ("com.hb0730:commons-all:2.0.1-RELEASE")
'com.hb0730:commons-all:jar:2.0.1-RELEASE'
<dependency org="com.hb0730" name="commons-all" rev="2.0.1-RELEASE">
<artifact name="commons-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hb0730', module='commons-all', version='2.0.1-RELEASE')
)
libraryDependencies += "com.hb0730" % "commons-all" % "2.0.1-RELEASE"
[com.hb0730/commons-all "2.0.1-RELEASE"]