| GroupId | GroupIdcom.github.fangjinuo.sqlhelper |
|---|---|
| ArtifactId | ArtifactIdsqlhelper-jfinal |
| Version | Version1.2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sqlhelper-jfinal-1.2.2.pom | |
| sqlhelper-jfinal-1.2.2.jar | 6 KB |
| sqlhelper-jfinal-1.2.2-sources.jar | 2 KB |
| sqlhelper-jfinal-1.2.2-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-jfinal/ -->
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-jfinal</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-jfinal/
implementation 'com.github.fangjinuo.sqlhelper:sqlhelper-jfinal:1.2.2'
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-jfinal/
implementation ("com.github.fangjinuo.sqlhelper:sqlhelper-jfinal:1.2.2")
'com.github.fangjinuo.sqlhelper:sqlhelper-jfinal:jar:1.2.2'
<dependency org="com.github.fangjinuo.sqlhelper" name="sqlhelper-jfinal" rev="1.2.2">
<artifact name="sqlhelper-jfinal" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.sqlhelper', module='sqlhelper-jfinal', version='1.2.2')
)
libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper-jfinal" % "1.2.2"
[com.github.fangjinuo.sqlhelper/sqlhelper-jfinal "1.2.2"]