| GroupId | GroupIdorg.hswebframework.web |
|---|---|
| ArtifactId | ArtifactIdhsweb-concurrent |
| Version | Version4.0.7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hsweb-concurrent-4.0.7.pom | 627 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-concurrent/ -->
<dependency>
<groupId>org.hswebframework.web</groupId>
<artifactId>hsweb-concurrent</artifactId>
<version>4.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-concurrent/
implementation 'org.hswebframework.web:hsweb-concurrent:4.0.7'
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-concurrent/
implementation ("org.hswebframework.web:hsweb-concurrent:4.0.7")
'org.hswebframework.web:hsweb-concurrent:pom:4.0.7'
<dependency org="org.hswebframework.web" name="hsweb-concurrent" rev="4.0.7">
<artifact name="hsweb-concurrent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hswebframework.web', module='hsweb-concurrent', version='4.0.7')
)
libraryDependencies += "org.hswebframework.web" % "hsweb-concurrent" % "4.0.7"
[org.hswebframework.web/hsweb-concurrent "4.0.7"]