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