| License |
License |
|---|---|
| GroupId | GroupIdpl.chilldev.commons |
| ArtifactId | ArtifactIdcommons-web |
| Last Version | Last Version0.4.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionChillDev Commons Web
Web-app related utilities.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| commons-web-0.4.4.pom | |
| commons-web-0.4.4.jar | 12 KB |
| commons-web-0.4.4-sources.jar | 7 KB |
| commons-web-0.4.4-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.chilldev.commons/commons-web/ -->
<dependency>
<groupId>pl.chilldev.commons</groupId>
<artifactId>commons-web</artifactId>
<version>0.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-web/
implementation 'pl.chilldev.commons:commons-web:0.4.4'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-web/
implementation ("pl.chilldev.commons:commons-web:0.4.4")
'pl.chilldev.commons:commons-web:jar:0.4.4'
<dependency org="pl.chilldev.commons" name="commons-web" rev="0.4.4">
<artifact name="commons-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-web', version='0.4.4')
)
libraryDependencies += "pl.chilldev.commons" % "commons-web" % "0.4.4"
[pl.chilldev.commons/commons-web "0.4.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| pl.chilldev.commons : commons-daemon | jar | 0.4.4 |
| org.eclipse.jetty : jetty-server | jar | 9.3.25.v20180904 |
| org.eclipse.jetty : jetty-servlet | jar | 9.3.25.v20180904 |
| org.eclipse.jetty : jetty-util | jar | 9.3.25.v20180904 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.springframework : spring-beans | jar | 5.1.2.RELEASE |
| org.springframework : spring-context | jar | 5.1.2.RELEASE |
| org.springframework : spring-core | jar | 5.1.2.RELEASE |
| org.springframework : spring-web | jar | 5.1.2.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| org.projectlombok : lombok | jar | 1.18.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.3.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |
| org.mockito : mockito-core | jar | 2.23.0 |
| org.mockito : mockito-junit-jupiter | jar | 2.23.0 |
| org.springframework : spring-test | jar | 5.1.2.RELEASE |
| org.springframework.security : spring-security-test | jar | 5.1.1.RELEASE |