is not current version
Last Version 0.0.10

com.github.Simonwep:java-express 0.0.9

HTTP Framework based on expressjs, no dependencies, simple usage.

Categories

Categories

Java Languages
GroupId

GroupId

com.github.Simonwep
ArtifactId

ArtifactId

java-express
Version

Version

0.0.9
Type

Type

jar

Download java-express 0.0.9


<!-- https://jarcasting.com/artifacts/com.github.Simonwep/java-express/ -->
<dependency>
    <groupId>com.github.Simonwep</groupId>
    <artifactId>java-express</artifactId>
    <version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.Simonwep/java-express/
implementation 'com.github.Simonwep:java-express:0.0.9'
// https://jarcasting.com/artifacts/com.github.Simonwep/java-express/
implementation ("com.github.Simonwep:java-express:0.0.9")
'com.github.Simonwep:java-express:jar:0.0.9'
<dependency org="com.github.Simonwep" name="java-express" rev="0.0.9">
  <artifact name="java-express" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.Simonwep', module='java-express', version='0.0.9')
)
libraryDependencies += "com.github.Simonwep" % "java-express" % "0.0.9"
[com.github.Simonwep/java-express "0.0.9"]