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