License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.Simonwep |
ArtifactId | ArtifactIdjava-express |
Last Version | Last Version0.0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Express
HTTP Framework based on expressjs, no dependencies, simple usage.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-express-0.0.10.pom | |
java-express-0.0.10.jar | 83 KB |
java-express-0.0.10-sources.jar | 41 KB |
java-express-0.0.10-javadoc.jar | 222 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.Simonwep/java-express/ -->
<dependency>
<groupId>com.github.Simonwep</groupId>
<artifactId>java-express</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.Simonwep/java-express/
implementation 'com.github.Simonwep:java-express:0.0.10'
// https://jarcasting.com/artifacts/com.github.Simonwep/java-express/
implementation ("com.github.Simonwep:java-express:0.0.10")
'com.github.Simonwep:java-express:jar:0.0.10'
<dependency org="com.github.Simonwep" name="java-express" rev="0.0.10">
<artifact name="java-express" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.Simonwep', module='java-express', version='0.0.10')
)
libraryDependencies += "com.github.Simonwep" % "java-express" % "0.0.10"
[com.github.Simonwep/java-express "0.0.10"]