d

datarouter-storage

datarouter-storage
Files download
File Operation
datarouter-storage-0.0.124.jar download
datarouter-storage-0.0.124.pom download
datarouter-storage-0.0.124-sources.jar download
Apache Maven
<dependency>
  <groupId>io.datarouter</groupId>
  <artifactId>datarouter-storage</artifactId>
  <version>0.0.124</version>
</dependency>
Gradle Groovy
implementation 'io.datarouter:datarouter-storage:0.0.124'
Gradle Kotlin
implementation("io.datarouter:datarouter-storage:0.0.124")
Scala SBT
libraryDependencies += "io.datarouter" % "datarouter-storage" % "0.0.124"
Groovy Grape
@Grapes(
  @Grab(group='io.datarouter', module='datarouter-storage', version='0.0.124')
)
Apache Ivy
<dependency org="io.datarouter" name="datarouter-storage" rev="0.0.124" />
Leiningen
[io.datarouter/datarouter-storage "0.0.124"]
Apache Buildr
'io.datarouter:datarouter-storage:jar:0.0.124'