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