g

greenpepper-open

It was called GreenPepper Open by the creator of GreenPepper when the product was commercial. This project hosted every thing that was OpenSourced and that was a contribution of the community. We kept that name but we now hosts underneath it anything that makes GreenPepper open to the world : * Languages Extensions * Wikis Plugins * IDE/Build/Countinuous Integration tools
http://strator-dev.github.io/greenpepper/
GPLv2
The GreenPepper Revival Team
Oumar Aziz OUATTARA
Files download
File Operation
greenpepper-open-4.0.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.strator-dev.greenpepper</groupId>
  <artifactId>greenpepper-open</artifactId>
  <version>4.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.strator-dev.greenpepper:greenpepper-open:4.0.2'
Gradle Kotlin
implementation("com.github.strator-dev.greenpepper:greenpepper-open:4.0.2")
Scala SBT
libraryDependencies += "com.github.strator-dev.greenpepper" % "greenpepper-open" % "4.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.strator-dev.greenpepper', module='greenpepper-open', version='4.0.2')
)
Apache Ivy
<dependency org="com.github.strator-dev.greenpepper" name="greenpepper-open" rev="4.0.2" />
Leiningen
[com.github.strator-dev.greenpepper/greenpepper-open "4.0.2"]
Apache Buildr
'com.github.strator-dev.greenpepper:greenpepper-open:jar:4.0.2'