License |
License |
---|---|
GroupId | GroupIdeu.miltema |
ArtifactId | ArtifactIdslimweb |
Version | Version0.4.3 |
Type | Typejar |
Description |
DescriptionSlimweb
A lightweight web MVC controller library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
slimweb-0.4.3.pom | |
slimweb-0.4.3.jar | 56 KB |
slimweb-0.4.3-tests.jar | 2 KB |
slimweb-0.4.3-sources.jar | 25 KB |
slimweb-0.4.3-javadoc.jar | 490 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.miltema/slimweb/ -->
<dependency>
<groupId>eu.miltema</groupId>
<artifactId>slimweb</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/eu.miltema/slimweb/
implementation 'eu.miltema:slimweb:0.4.3'
// https://jarcasting.com/artifacts/eu.miltema/slimweb/
implementation ("eu.miltema:slimweb:0.4.3")
'eu.miltema:slimweb:jar:0.4.3'
<dependency org="eu.miltema" name="slimweb" rev="0.4.3">
<artifact name="slimweb" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.miltema', module='slimweb', version='0.4.3')
)
libraryDependencies += "eu.miltema" % "slimweb" % "0.4.3"
[eu.miltema/slimweb "0.4.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.26 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.5 |
javax.websocket : javax.websocket-api | jar | 1.1 |
eu.miltema : cp-scan | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |