d

datarouter-memory

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