s

stout-cookbook-domain-client

An application of the MDA generation portion of Stout to test and demonstrate client delegates for a domain project
Files download
File Operation
stout-cookbook-domain-client-2.5.0.jar download
stout-cookbook-domain-client-2.5.0.pom download
stout-cookbook-domain-client-2.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bitbucket.askllc.fermenter.stout</groupId>
  <artifactId>stout-cookbook-domain-client</artifactId>
  <version>2.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.bitbucket.askllc.fermenter.stout:stout-cookbook-domain-client:2.5.0'
Gradle Kotlin
implementation("org.bitbucket.askllc.fermenter.stout:stout-cookbook-domain-client:2.5.0")
Scala SBT
libraryDependencies += "org.bitbucket.askllc.fermenter.stout" % "stout-cookbook-domain-client" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.bitbucket.askllc.fermenter.stout', module='stout-cookbook-domain-client', version='2.5.0')
)
Apache Ivy
<dependency org="org.bitbucket.askllc.fermenter.stout" name="stout-cookbook-domain-client" rev="2.5.0" />
Leiningen
[org.bitbucket.askllc.fermenter.stout/stout-cookbook-domain-client "2.5.0"]
Apache Buildr
'org.bitbucket.askllc.fermenter.stout:stout-cookbook-domain-client:jar:2.5.0'
Dependencies
<parent>
  <groupId>org.bitbucket.askllc.fermenter.stout</groupId>
  <artifactId>stout-cookbook-parent</artifactId>
  <version>2.5.0</version>
</parent>

compile

|-- org.springframework:spring-web

|-- org.bitbucket.askllc.fermenter.stout:stout-core

|-- org.bitbucket.askllc.fermenter.stout:stout-spring

|-- org.bitbucket.askllc.fermenter.stout:stout-spring-client

|-- com.fasterxml.jackson.module:jackson-module-jsonSchema

|-- commons-lang:commons-lang:2.6

|-- io.github.openfeign:feign-core:9.4.0

|-- io.github.openfeign:feign-jackson:9.4.0

|-- org.bitbucket.askllc.krausening:krausening

|-- org.apache.commons:commons-lang3

|-- com.google.guava:guava

test

|-- org.bitbucket.askllc.fermenter.stout:stout-cookbook-domain

|-- org.bitbucket.askllc.fermenter.stout:stout-cookbook-domain

|-- org.bitbucket.askllc.fermenter.stout:stout-core

|-- org.bitbucket.askllc.fermenter.stout:stout-test

|-- junit:junit

|-- com.h2database:h2:1.4.193

|-- org.springframework:spring-test

|-- org.springframework:spring-jdbc

|-- org.jboss.resteasy:resteasy-client

|-- org.jboss.resteasy:resteasy-spring

|-- org.glassfish.web:el-impl:2.2

|-- org.jboss.arquillian.junit:arquillian-junit-container

|-- org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven

|-- org.jboss.arquillian.container:arquillian-tomcat-embedded-8:1.0.0.CR7

|-- org.apache.tomcat.embed:tomcat-embed-core

|-- org.apache.tomcat.embed:tomcat-embed-jasper

|-- org.eclipse.jdt.core.compiler:ecj:3.7

|-- org.jboss.arquillian.extension:arquillian-rest-client-api

|-- org.jboss.arquillian.extension:arquillian-rest-client-impl-3x

|-- org.eu.ingwar.tools:arquillian-suite-extension

|-- org.jboss.arquillian.extension:arquillian-service-integration-spring-inject:1.1.0.Alpha1

|-- info.cukes:cucumber-java

|-- info.cukes:cucumber-junit

|-- info.cukes:cucumber-spring

|-- com.github.cukespace:cukespace-core:1.6.7