is not current version
Last Version 1.1.14

com.github.lightbatis:lightbatis-core 1.1.2

通用数据访问构架

GroupId

GroupId

com.github.lightbatis
ArtifactId

ArtifactId

lightbatis-core
Version

Version

1.1.2
Type

Type

jar

Download lightbatis-core 1.1.2


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