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