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