GroupId | GroupIdcom.github.lightbatis |
---|---|
ArtifactId | ArtifactIdlightbatis-core |
Version | Version1.0.12 |
Type | Typejar |
Filename | Size |
---|---|
lightbatis-core-1.0.12.pom | |
lightbatis-core-1.0.12.jar | 171 KB |
lightbatis-core-1.0.12-sources.jar | 105 KB |
lightbatis-core-1.0.12-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.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lightbatis/lightbatis-core/
implementation 'com.github.lightbatis:lightbatis-core:1.0.12'
// https://jarcasting.com/artifacts/com.github.lightbatis/lightbatis-core/
implementation ("com.github.lightbatis:lightbatis-core:1.0.12")
'com.github.lightbatis:lightbatis-core:jar:1.0.12'
<dependency org="com.github.lightbatis" name="lightbatis-core" rev="1.0.12">
<artifact name="lightbatis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lightbatis', module='lightbatis-core', version='1.0.12')
)
libraryDependencies += "com.github.lightbatis" % "lightbatis-core" % "1.0.12"
[com.github.lightbatis/lightbatis-core "1.0.12"]