Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.elizabetht |
ArtifactId | ArtifactIdStudentEnrollmentWithMyBatis |
Last Version | Last Version1.7 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionStudentEnrollmentWithMyBatis Maven Webapp
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
StudentEnrollmentWithMyBatis-1.7.pom | |
StudentEnrollmentWithMyBatis-1.7.war | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.elizabetht/StudentEnrollmentWithMyBatis/ -->
<dependency>
<groupId>com.github.elizabetht</groupId>
<artifactId>StudentEnrollmentWithMyBatis</artifactId>
<version>1.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.elizabetht/StudentEnrollmentWithMyBatis/
implementation 'com.github.elizabetht:StudentEnrollmentWithMyBatis:1.7'
// https://jarcasting.com/artifacts/com.github.elizabetht/StudentEnrollmentWithMyBatis/
implementation ("com.github.elizabetht:StudentEnrollmentWithMyBatis:1.7")
'com.github.elizabetht:StudentEnrollmentWithMyBatis:war:1.7'
<dependency org="com.github.elizabetht" name="StudentEnrollmentWithMyBatis" rev="1.7">
<artifact name="StudentEnrollmentWithMyBatis" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.elizabetht', module='StudentEnrollmentWithMyBatis', version='1.7')
)
libraryDependencies += "com.github.elizabetht" % "StudentEnrollmentWithMyBatis" % "1.7"
[com.github.elizabetht/StudentEnrollmentWithMyBatis "1.7"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.1.1 |
org.mybatis : mybatis-spring | jar | 1.1.1 |
org.springframework : spring-context-support | jar | 3.1.1.RELEASE |
mysql : mysql-connector-java | jar | 5.1.21 |
javax.servlet : jstl | jar | 1.2 |
org.springframework : spring-webmvc | jar | 3.2.4.RELEASE |
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
org.springframework : spring-test | jar | 3.1.1.RELEASE |