d

directmemory-protostuff

Protostuff serializer adapter for DirectMemory Cache
Files download
File Operation
directmemory-protostuff-0.1-incubating.jar download
directmemory-protostuff-0.1-incubating.pom download
directmemory-protostuff-0.1-incubating-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.directmemory</groupId>
  <artifactId>directmemory-protostuff</artifactId>
  <version>0.1-incubating</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.directmemory:directmemory-protostuff:0.1-incubating'
Gradle Kotlin
implementation("org.apache.directmemory:directmemory-protostuff:0.1-incubating")
Scala SBT
libraryDependencies += "org.apache.directmemory" % "directmemory-protostuff" % "0.1-incubating"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.directmemory', module='directmemory-protostuff', version='0.1-incubating')
)
Apache Ivy
<dependency org="org.apache.directmemory" name="directmemory-protostuff" rev="0.1-incubating" />
Leiningen
[org.apache.directmemory/directmemory-protostuff "0.1-incubating"]
Apache Buildr
'org.apache.directmemory:directmemory-protostuff:jar:0.1-incubating'