License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.viantinc.cachestore |
ArtifactId | ArtifactIdtransport |
Last Version | Last Version2.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAn Open Source of CacheStore
|
Filename | Size |
---|---|
transport-2.2.3.pom | |
transport-2.2.3.jar | 69 KB |
transport-2.2.3-sources.jar | 48 KB |
transport-2.2.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.viantinc.cachestore/transport/
implementation 'com.viantinc.cachestore:transport:2.2.3'
// https://jarcasting.com/artifacts/com.viantinc.cachestore/transport/
implementation ("com.viantinc.cachestore:transport:2.2.3")
'com.viantinc.cachestore:transport:jar:2.2.3'
<dependency org="com.viantinc.cachestore" name="transport" rev="2.2.3">
<artifact name="transport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.viantinc.cachestore', module='transport', version='2.2.3')
)
libraryDependencies += "com.viantinc.cachestore" % "transport" % "2.2.3"
[com.viantinc.cachestore/transport "2.2.3"]