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