W

WebCookbook

Example project of the web components of pronghorn
https://github.com/oci-pronghorn/WebCookBook
BSD-3 License
Nathan Tippy
Files download
File Operation
WebCookbook-1.0.0.jar download
WebCookbook-1.0.0.pom download
WebCookbook-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ociweb</groupId>
  <artifactId>WebCookbook</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.ociweb:WebCookbook:1.0.0'
Gradle Kotlin
implementation("com.ociweb:WebCookbook:1.0.0")
Scala SBT
libraryDependencies += "com.ociweb" % "WebCookbook" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.ociweb', module='WebCookbook', version='1.0.0')
)
Apache Ivy
<dependency org="com.ociweb" name="WebCookbook" rev="1.0.0" />
Leiningen
[com.ociweb/WebCookbook "1.0.0"]
Apache Buildr
'com.ociweb:WebCookbook:jar:1.0.0'
Dependencies