GroupId | GroupIdorg.commonjava.auditquery |
---|---|
ArtifactId | ArtifactIdauditquery-cache |
Version | Version0.13.0 |
Type | Typejar |
Filename | Size |
---|---|
auditquery-cache-0.13.0.pom | |
auditquery-cache-0.13.0.jar | 11 KB |
auditquery-cache-0.13.0-sources.jar | 9 KB |
auditquery-cache-0.13.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.commonjava.auditquery/auditquery-cache/ -->
<dependency>
<groupId>org.commonjava.auditquery</groupId>
<artifactId>auditquery-cache</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.auditquery/auditquery-cache/
implementation 'org.commonjava.auditquery:auditquery-cache:0.13.0'
// https://jarcasting.com/artifacts/org.commonjava.auditquery/auditquery-cache/
implementation ("org.commonjava.auditquery:auditquery-cache:0.13.0")
'org.commonjava.auditquery:auditquery-cache:jar:0.13.0'
<dependency org="org.commonjava.auditquery" name="auditquery-cache" rev="0.13.0">
<artifact name="auditquery-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.auditquery', module='auditquery-cache', version='0.13.0')
)
libraryDependencies += "org.commonjava.auditquery" % "auditquery-cache" % "0.13.0"
[org.commonjava.auditquery/auditquery-cache "0.13.0"]