| GroupId | GroupIdorg.hswebframework.web |
|---|---|
| ArtifactId | ArtifactIdhsweb-commons |
| Version | Version3.0.10 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hsweb-commons-3.0.10.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-commons/ -->
<dependency>
<groupId>org.hswebframework.web</groupId>
<artifactId>hsweb-commons</artifactId>
<version>3.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-commons/
implementation 'org.hswebframework.web:hsweb-commons:3.0.10'
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-commons/
implementation ("org.hswebframework.web:hsweb-commons:3.0.10")
'org.hswebframework.web:hsweb-commons:pom:3.0.10'
<dependency org="org.hswebframework.web" name="hsweb-commons" rev="3.0.10">
<artifact name="hsweb-commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hswebframework.web', module='hsweb-commons', version='3.0.10')
)
libraryDependencies += "org.hswebframework.web" % "hsweb-commons" % "3.0.10"
[org.hswebframework.web/hsweb-commons "3.0.10"]