License |
License
Apache Software Licenese
|
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdio.oasp.java.modules |
ArtifactId | ArtifactIdoasp4j-web |
Version | Version3.0.0 |
Type | Typejar |
Description |
Descriptionoasp4j-web
Module for reusable web and servlet related code of the Open Application Standard Platform for Java (OASP4J).
|
Project Organization |
Project OrganizationOASP-Team |
Filename | Size |
---|---|
oasp4j-web-3.0.0.pom | |
oasp4j-web-3.0.0.jar | 6 KB |
oasp4j-web-3.0.0-sources.jar | 5 KB |
oasp4j-web-3.0.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.oasp.java.modules/oasp4j-web/ -->
<dependency>
<groupId>io.oasp.java.modules</groupId>
<artifactId>oasp4j-web</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.oasp.java.modules/oasp4j-web/
implementation 'io.oasp.java.modules:oasp4j-web:3.0.0'
// https://jarcasting.com/artifacts/io.oasp.java.modules/oasp4j-web/
implementation ("io.oasp.java.modules:oasp4j-web:3.0.0")
'io.oasp.java.modules:oasp4j-web:jar:3.0.0'
<dependency org="io.oasp.java.modules" name="oasp4j-web" rev="3.0.0">
<artifact name="oasp4j-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.oasp.java.modules', module='oasp4j-web', version='3.0.0')
)
libraryDependencies += "io.oasp.java.modules" % "oasp4j-web" % "3.0.0"
[io.oasp.java.modules/oasp4j-web "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 5.0.8.RELEASE |
net.sf.m-m-m : mmm-util-core | jar | 7.5.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |