GroupId | GroupIdcom.github.lightbatis |
---|---|
ArtifactId | ArtifactIdlightbatis-core |
Version | Version1.0.13 |
Type | Typejar |
Filename | Size |
---|---|
lightbatis-core-1.0.13.pom | |
lightbatis-core-1.0.13.jar | 170 KB |
lightbatis-core-1.0.13-sources.jar | 104 KB |
lightbatis-core-1.0.13-javadoc.jar | 508 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lightbatis/lightbatis-core/ -->
<dependency>
<groupId>com.github.lightbatis</groupId>
<artifactId>lightbatis-core</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lightbatis/lightbatis-core/
implementation 'com.github.lightbatis:lightbatis-core:1.0.13'
// https://jarcasting.com/artifacts/com.github.lightbatis/lightbatis-core/
implementation ("com.github.lightbatis:lightbatis-core:1.0.13")
'com.github.lightbatis:lightbatis-core:jar:1.0.13'
<dependency org="com.github.lightbatis" name="lightbatis-core" rev="1.0.13">
<artifact name="lightbatis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lightbatis', module='lightbatis-core', version='1.0.13')
)
libraryDependencies += "com.github.lightbatis" % "lightbatis-core" % "1.0.13"
[com.github.lightbatis/lightbatis-core "1.0.13"]