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