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