Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.seagate.kinetic |
ArtifactId | ArtifactIdkinetic-all |
Version | Version0.8.0.4 |
Type | Typejar |
Filename | Size |
---|---|
kinetic-all-0.8.0.4.pom | |
kinetic-all-0.8.0.4.jar | 1 MB |
kinetic-all-0.8.0.4-sources.jar | 922 KB |
kinetic-all-0.8.0.4-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seagate.kinetic/kinetic-all/ -->
<dependency>
<groupId>com.seagate.kinetic</groupId>
<artifactId>kinetic-all</artifactId>
<version>0.8.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.seagate.kinetic/kinetic-all/
implementation 'com.seagate.kinetic:kinetic-all:0.8.0.4'
// https://jarcasting.com/artifacts/com.seagate.kinetic/kinetic-all/
implementation ("com.seagate.kinetic:kinetic-all:0.8.0.4")
'com.seagate.kinetic:kinetic-all:jar:0.8.0.4'
<dependency org="com.seagate.kinetic" name="kinetic-all" rev="0.8.0.4">
<artifact name="kinetic-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seagate.kinetic', module='kinetic-all', version='0.8.0.4')
)
libraryDependencies += "com.seagate.kinetic" % "kinetic-all" % "0.8.0.4"
[com.seagate.kinetic/kinetic-all "0.8.0.4"]