License |
License |
---|---|
GroupId | GroupIdde.yourinspiration |
ArtifactId | ArtifactIdjexpresso |
Version | Version1.4.2 |
Type | Typejar |
Description |
DescriptionJExpresso web framework
A java web framework inspired by expressjs to build java web application with minimal effort
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jexpresso-1.4.2.pom | |
jexpresso-1.4.2.jar | 104 KB |
jexpresso-1.4.2-sources.jar | 68 KB |
jexpresso-1.4.2-javadoc.jar | 463 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.yourinspiration/jexpresso/ -->
<dependency>
<groupId>de.yourinspiration</groupId>
<artifactId>jexpresso</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.yourinspiration/jexpresso/
implementation 'de.yourinspiration:jexpresso:1.4.2'
// https://jarcasting.com/artifacts/de.yourinspiration/jexpresso/
implementation ("de.yourinspiration:jexpresso:1.4.2")
'de.yourinspiration:jexpresso:jar:1.4.2'
<dependency org="de.yourinspiration" name="jexpresso" rev="1.4.2">
<artifact name="jexpresso" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.yourinspiration', module='jexpresso', version='1.4.2')
)
libraryDependencies += "de.yourinspiration" % "jexpresso" % "1.4.2"
[de.yourinspiration/jexpresso "1.4.2"]
Group / Artifact | Type | Version |
---|---|---|
org.tinylog : tinylog | jar | 0.9.1 |
org.tinylog : log4j-facade | jar | 0.9.1 |
org.slf4j : slf4j-simple | jar | 1.7.7 |
com.google.code.gson : gson | jar | 2.2.4 |
io.netty : netty-all | jar | 4.0.21.Final |
com.google.guava : guava | jar | 17.0 |
commons-io : commons-io | jar | 2.4 |
org.mongodb : mongo-java-driver | jar | 2.12.3 |
org.mindrot : jbcrypt | jar | 0.3m |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |