GroupId | GroupIdorg.testingisdocumenting.webtau |
---|---|
ArtifactId | ArtifactIdwebtau-cache |
Version | Version1.24 |
Type | Typejar |
Filename | Size |
---|---|
webtau-cache-1.24.pom | |
webtau-cache-1.24.jar | 5 KB |
webtau-cache-1.24-sources.jar | 4 KB |
webtau-cache-1.24-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testingisdocumenting.webtau/webtau-cache/ -->
<dependency>
<groupId>org.testingisdocumenting.webtau</groupId>
<artifactId>webtau-cache</artifactId>
<version>1.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.testingisdocumenting.webtau/webtau-cache/
implementation 'org.testingisdocumenting.webtau:webtau-cache:1.24'
// https://jarcasting.com/artifacts/org.testingisdocumenting.webtau/webtau-cache/
implementation ("org.testingisdocumenting.webtau:webtau-cache:1.24")
'org.testingisdocumenting.webtau:webtau-cache:jar:1.24'
<dependency org="org.testingisdocumenting.webtau" name="webtau-cache" rev="1.24">
<artifact name="webtau-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testingisdocumenting.webtau', module='webtau-cache', version='1.24')
)
libraryDependencies += "org.testingisdocumenting.webtau" % "webtau-cache" % "1.24"
[org.testingisdocumenting.webtau/webtau-cache "1.24"]