is not current version
Last Version 2.2.1-release

com.obatis:obatis-core 2.1.0-releases

obatis-core, apply web and database project

GroupId

GroupId

com.obatis
ArtifactId

ArtifactId

obatis-core
Version

Version

2.1.0-releases
Type

Type

jar

Download obatis-core 2.1.0-releases


<!-- https://jarcasting.com/artifacts/com.obatis/obatis-core/ -->
<dependency>
    <groupId>com.obatis</groupId>
    <artifactId>obatis-core</artifactId>
    <version>2.1.0-releases</version>
</dependency>
// https://jarcasting.com/artifacts/com.obatis/obatis-core/
implementation 'com.obatis:obatis-core:2.1.0-releases'
// https://jarcasting.com/artifacts/com.obatis/obatis-core/
implementation ("com.obatis:obatis-core:2.1.0-releases")
'com.obatis:obatis-core:jar:2.1.0-releases'
<dependency org="com.obatis" name="obatis-core" rev="2.1.0-releases">
  <artifact name="obatis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.obatis', module='obatis-core', version='2.1.0-releases')
)
libraryDependencies += "com.obatis" % "obatis-core" % "2.1.0-releases"
[com.obatis/obatis-core "2.1.0-releases"]