Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.viantinc.cachestore |
ArtifactId | ArtifactIdobjectquery |
Version | Version1.3.7 |
Type | Typejar |
Filename | Size |
---|---|
objectquery-1.3.7.pom | |
objectquery-1.3.7.jar | 236 KB |
objectquery-1.3.7-sources.jar | 88 KB |
objectquery-1.3.7-javadoc.jar | 914 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.viantinc.cachestore/objectquery/ -->
<dependency>
<groupId>com.viantinc.cachestore</groupId>
<artifactId>objectquery</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.viantinc.cachestore/objectquery/
implementation 'com.viantinc.cachestore:objectquery:1.3.7'
// https://jarcasting.com/artifacts/com.viantinc.cachestore/objectquery/
implementation ("com.viantinc.cachestore:objectquery:1.3.7")
'com.viantinc.cachestore:objectquery:jar:1.3.7'
<dependency org="com.viantinc.cachestore" name="objectquery" rev="1.3.7">
<artifact name="objectquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.viantinc.cachestore', module='objectquery', version='1.3.7')
)
libraryDependencies += "com.viantinc.cachestore" % "objectquery" % "1.3.7"
[com.viantinc.cachestore/objectquery "1.3.7"]