GroupId | GroupIdcom.github.yongyongwang |
---|---|
ArtifactId | ArtifactIdservlet-cache |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
servlet-cache-0.2.0.pom | |
servlet-cache-0.2.0.jar | 25 KB |
servlet-cache-0.2.0-sources.jar | 13 KB |
servlet-cache-0.2.0-javadoc.jar | 150 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yongyongwang/servlet-cache/ -->
<dependency>
<groupId>com.github.yongyongwang</groupId>
<artifactId>servlet-cache</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yongyongwang/servlet-cache/
implementation 'com.github.yongyongwang:servlet-cache:0.2.0'
// https://jarcasting.com/artifacts/com.github.yongyongwang/servlet-cache/
implementation ("com.github.yongyongwang:servlet-cache:0.2.0")
'com.github.yongyongwang:servlet-cache:jar:0.2.0'
<dependency org="com.github.yongyongwang" name="servlet-cache" rev="0.2.0">
<artifact name="servlet-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yongyongwang', module='servlet-cache', version='0.2.0')
)
libraryDependencies += "com.github.yongyongwang" % "servlet-cache" % "0.2.0"
[com.github.yongyongwang/servlet-cache "0.2.0"]