| License |
License |
|---|---|
| GroupId | GroupIdcom.wichell |
| ArtifactId | ArtifactIdframework-web |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommon project com.wichell.wichell pom
|
| Filename | Size |
|---|---|
| framework-web-1.0.0.pom | |
| framework-web-1.0.0.jar | 5 KB |
| framework-web-1.0.0-sources.jar | 2 KB |
| framework-web-1.0.0-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wichell/framework-web/ -->
<dependency>
<groupId>com.wichell</groupId>
<artifactId>framework-web</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wichell/framework-web/
implementation 'com.wichell:framework-web:1.0.0'
// https://jarcasting.com/artifacts/com.wichell/framework-web/
implementation ("com.wichell:framework-web:1.0.0")
'com.wichell:framework-web:jar:1.0.0'
<dependency org="com.wichell" name="framework-web" rev="1.0.0">
<artifact name="framework-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wichell', module='framework-web', version='1.0.0')
)
libraryDependencies += "com.wichell" % "framework-web" % "1.0.0"
[com.wichell/framework-web "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-webmvc | jar | 4.1.6.RELEASE |
| org.hibernate : hibernate-validator | jar | 5.4.1.Final |
| javax.validation : validation-api | jar | 1.1.0.Final |
| com.wichell : framework-core | jar | 1.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |