| License |
License
The Apache Software License, Version 2.0
|
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.virtalab |
| ArtifactId | ArtifactIdmvc-tools |
| Last Version | Last Version2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmvc-tools
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| mvc-tools-2.1.pom | |
| mvc-tools-2.1.jar | 29 KB |
| mvc-tools-2.1-sources.jar | 16 KB |
| mvc-tools-2.1-javadoc.jar | 180 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.virtalab/mvc-tools/ -->
<dependency>
<groupId>net.virtalab</groupId>
<artifactId>mvc-tools</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.virtalab/mvc-tools/
implementation 'net.virtalab:mvc-tools:2.1'
// https://jarcasting.com/artifacts/net.virtalab/mvc-tools/
implementation ("net.virtalab:mvc-tools:2.1")
'net.virtalab:mvc-tools:jar:2.1'
<dependency org="net.virtalab" name="mvc-tools" rev="2.1">
<artifact name="mvc-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.virtalab', module='mvc-tools', version='2.1')
)
libraryDependencies += "net.virtalab" % "mvc-tools" % "2.1"
[net.virtalab/mvc-tools "2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-core | jar | 4.1.5.RELEASE |
| org.springframework : spring-webmvc | jar | 4.1.5.RELEASE |
| commons-lang : commons-lang | jar | 2.3 |
| net.virtalab : vson | jar | 0.3.2 |
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |