p

protostuffdb-recipe

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