p

protostuffdb-recipe

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