GroupId | GroupIdorg.hswebframework |
---|---|
ArtifactId | ArtifactIdhsweb-utils |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
hsweb-utils-3.0.0.pom | |
hsweb-utils-3.0.0.jar | 76 KB |
hsweb-utils-3.0.0-sources.jar | 52 KB |
hsweb-utils-3.0.0-javadoc.jar | 148 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hswebframework/hsweb-utils/ -->
<dependency>
<groupId>org.hswebframework</groupId>
<artifactId>hsweb-utils</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hswebframework/hsweb-utils/
implementation 'org.hswebframework:hsweb-utils:3.0.0'
// https://jarcasting.com/artifacts/org.hswebframework/hsweb-utils/
implementation ("org.hswebframework:hsweb-utils:3.0.0")
'org.hswebframework:hsweb-utils:jar:3.0.0'
<dependency org="org.hswebframework" name="hsweb-utils" rev="3.0.0">
<artifact name="hsweb-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hswebframework', module='hsweb-utils', version='3.0.0')
)
libraryDependencies += "org.hswebframework" % "hsweb-utils" % "3.0.0"
[org.hswebframework/hsweb-utils "3.0.0"]