License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.cnese.framework |
ArtifactId | ArtifactIdspringmvc |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionspringmvc
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
springmvc-1.0.0.pom | |
springmvc-1.0.0.jar | 83 KB |
springmvc-1.0.0-sources.jar | 63 KB |
springmvc-1.0.0-javadoc.jar | 432 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.cnese.framework/springmvc/ -->
<dependency>
<groupId>net.cnese.framework</groupId>
<artifactId>springmvc</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.cnese.framework/springmvc/
implementation 'net.cnese.framework:springmvc:1.0.0'
// https://jarcasting.com/artifacts/net.cnese.framework/springmvc/
implementation ("net.cnese.framework:springmvc:1.0.0")
'net.cnese.framework:springmvc:jar:1.0.0'
<dependency org="net.cnese.framework" name="springmvc" rev="1.0.0">
<artifact name="springmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cnese.framework', module='springmvc', version='1.0.0')
)
libraryDependencies += "net.cnese.framework" % "springmvc" % "1.0.0"
[net.cnese.framework/springmvc "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 5.1.44 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.5.1 |