Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.viantinc.cachestore |
ArtifactId | ArtifactIdtransport |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
transport-2.2.0.pom | |
transport-2.2.0.jar | 69 KB |
transport-2.2.0-sources.jar | 48 KB |
transport-2.2.0-javadoc.jar | 255 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.viantinc.cachestore/transport/ -->
<dependency>
<groupId>com.viantinc.cachestore</groupId>
<artifactId>transport</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.viantinc.cachestore/transport/
implementation 'com.viantinc.cachestore:transport:2.2.0'
// https://jarcasting.com/artifacts/com.viantinc.cachestore/transport/
implementation ("com.viantinc.cachestore:transport:2.2.0")
'com.viantinc.cachestore:transport:jar:2.2.0'
<dependency org="com.viantinc.cachestore" name="transport" rev="2.2.0">
<artifact name="transport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.viantinc.cachestore', module='transport', version='2.2.0')
)
libraryDependencies += "com.viantinc.cachestore" % "transport" % "2.2.0"
[com.viantinc.cachestore/transport "2.2.0"]