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