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