| GroupId | GroupIdcom.github.hiwepy |
|---|---|
| ArtifactId | ArtifactIdhitool-web |
| Version | Version1.0.1.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| hitool-web-1.0.1.RELEASE.pom | |
| hitool-web-1.0.1.RELEASE.jar | 171 KB |
| hitool-web-1.0.1.RELEASE-sources.jar | 125 KB |
| hitool-web-1.0.1.RELEASE-javadoc.jar | 651 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hiwepy/hitool-web/ -->
<dependency>
<groupId>com.github.hiwepy</groupId>
<artifactId>hitool-web</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hiwepy/hitool-web/
implementation 'com.github.hiwepy:hitool-web:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.hiwepy/hitool-web/
implementation ("com.github.hiwepy:hitool-web:1.0.1.RELEASE")
'com.github.hiwepy:hitool-web:jar:1.0.1.RELEASE'
<dependency org="com.github.hiwepy" name="hitool-web" rev="1.0.1.RELEASE">
<artifact name="hitool-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hiwepy', module='hitool-web', version='1.0.1.RELEASE')
)
libraryDependencies += "com.github.hiwepy" % "hitool-web" % "1.0.1.RELEASE"
[com.github.hiwepy/hitool-web "1.0.1.RELEASE"]