License |
License |
---|---|
GroupId | GroupIdcom.obatis |
ArtifactId | ArtifactIdobatis-core |
Version | Version2.2.1-release |
Type | Typejar |
Description |
Descriptionobatis-core
obatis-core, apply web and database project
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
obatis-core-2.2.1-release.pom | |
obatis-core-2.2.1-release.jar | 73 KB |
obatis-core-2.2.1-release-sources.jar | 49 KB |
obatis-core-2.2.1-release-javadoc.jar | 305 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.obatis/obatis-core/ -->
<dependency>
<groupId>com.obatis</groupId>
<artifactId>obatis-core</artifactId>
<version>2.2.1-release</version>
</dependency>
// https://jarcasting.com/artifacts/com.obatis/obatis-core/
implementation 'com.obatis:obatis-core:2.2.1-release'
// https://jarcasting.com/artifacts/com.obatis/obatis-core/
implementation ("com.obatis:obatis-core:2.2.1-release")
'com.obatis:obatis-core:jar:2.2.1-release'
<dependency org="com.obatis" name="obatis-core" rev="2.2.1-release">
<artifact name="obatis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.obatis', module='obatis-core', version='2.2.1-release')
)
libraryDependencies += "com.obatis" % "obatis-core" % "2.2.1-release"
[com.obatis/obatis-core "2.2.1-release"]
Group / Artifact | Type | Version |
---|---|---|
com.obatis : obatis-web | jar | 2.2.0-release |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.1 |
mysql : mysql-connector-java | jar | 8.0.16 |