GroupId | GroupIdorg.hswebframework.web |
---|---|
ArtifactId | ArtifactIdhsweb-commons-model |
Version | Version3.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-commons-model/ -->
<dependency>
<groupId>org.hswebframework.web</groupId>
<artifactId>hsweb-commons-model</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-commons-model/
implementation 'org.hswebframework.web:hsweb-commons-model:3.0.0'
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-commons-model/
implementation ("org.hswebframework.web:hsweb-commons-model:3.0.0")
'org.hswebframework.web:hsweb-commons-model:jar:3.0.0'
<dependency org="org.hswebframework.web" name="hsweb-commons-model" rev="3.0.0">
<artifact name="hsweb-commons-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hswebframework.web', module='hsweb-commons-model', version='3.0.0')
)
libraryDependencies += "org.hswebframework.web" % "hsweb-commons-model" % "3.0.0"
[org.hswebframework.web/hsweb-commons-model "3.0.0"]