o

officefloor-appengine-maven-plugin

Maven Plugin for integration testing OfficeFloor with Google AppEngine
http://officefloor.net/officefloor/maven/officefloor-appengine-maven-plugin/
AGPL
Daniel Sagenschneider
Files download
File Operation
officefloor-appengine-maven-plugin-3.38.0.jar download
officefloor-appengine-maven-plugin-3.38.0.pom download
officefloor-appengine-maven-plugin-3.38.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.officefloor.maven</groupId>
  <artifactId>officefloor-appengine-maven-plugin</artifactId>
  <version>3.38.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.officefloor.maven:officefloor-appengine-maven-plugin:3.38.0'
Gradle Kotlin
implementation("net.officefloor.maven:officefloor-appengine-maven-plugin:3.38.0")
Scala SBT
libraryDependencies += "net.officefloor.maven" % "officefloor-appengine-maven-plugin" % "3.38.0"
Groovy Grape
@Grapes(
  @Grab(group='net.officefloor.maven', module='officefloor-appengine-maven-plugin', version='3.38.0')
)
Apache Ivy
<dependency org="net.officefloor.maven" name="officefloor-appengine-maven-plugin" rev="3.38.0" />
Leiningen
[net.officefloor.maven/officefloor-appengine-maven-plugin "3.38.0"]
Apache Buildr
'net.officefloor.maven:officefloor-appengine-maven-plugin:jar:3.38.0'