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