w

webster-parent

Minimalist web framework, that has an express.js like API.
Apache License, Version 2.0
Jeff Kunkle Joe Ferner
Files download
File Operation
webster-parent-3.2.0.pom download
Apache Maven
<dependency>
  <groupId>org.visallo</groupId>
  <artifactId>webster-parent</artifactId>
  <version>3.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.visallo:webster-parent:3.2.0'
Gradle Kotlin
implementation("org.visallo:webster-parent:3.2.0")
Scala SBT
libraryDependencies += "org.visallo" % "webster-parent" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.visallo', module='webster-parent', version='3.2.0')
)
Apache Ivy
<dependency org="org.visallo" name="webster-parent" rev="3.2.0" />
Leiningen
[org.visallo/webster-parent "3.2.0"]
Apache Buildr
'org.visallo:webster-parent:jar:3.2.0'