p

protostuffdb-recipe

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