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