License |
License |
---|---|
GroupId | GroupIdcom.github.yelong0216 |
ArtifactId | ArtifactIdyelong-ssm |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionyelong-ssm
对springmvc+mybatis+yelong框架的整合
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
yelong-ssm-1.0.0.pom | |
yelong-ssm-1.0.0.jar | 12 KB |
yelong-ssm-1.0.0-sources.jar | 10 KB |
yelong-ssm-1.0.0-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yelong0216/yelong-ssm/ -->
<dependency>
<groupId>com.github.yelong0216</groupId>
<artifactId>yelong-ssm</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-ssm/
implementation 'com.github.yelong0216:yelong-ssm:1.0.0'
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-ssm/
implementation ("com.github.yelong0216:yelong-ssm:1.0.0")
'com.github.yelong0216:yelong-ssm:jar:1.0.0'
<dependency org="com.github.yelong0216" name="yelong-ssm" rev="1.0.0">
<artifact name="yelong-ssm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yelong0216', module='yelong-ssm', version='1.0.0')
)
libraryDependencies += "com.github.yelong0216" % "yelong-ssm" % "1.0.0"
[com.github.yelong0216/yelong-ssm "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.yelong0216 : yelong-commons | jar | 1.0.0 |
com.github.yelong0216 : yelong-core | jar | 1.0.0 |
com.github.yelong0216 : yelong-support | jar | 1.0.0 |
org.mybatis : mybatis | jar | 3.5.2 |
com.github.pagehelper : pagehelper | jar | 5.1.4 |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
org.springframework : spring-webmvc | jar | 5.1.5.RELEASE |
org.springframework : spring-jdbc | jar | 5.1.5.RELEASE |