License |
License |
---|---|
GroupId | GroupIdcom.jfinal |
ArtifactId | ArtifactIdactiverecord |
Version | Version4.9.19 |
Type | Typejar |
Description |
Descriptionactiverecord
jfinal ActiveRecordPlugin
|
Project URL |
Project URL |
Filename | Size |
---|---|
activerecord-4.9.19.pom | |
activerecord-4.9.19.jar | 435 KB |
activerecord-4.9.19-sources.jar | 351 KB |
activerecord-4.9.19-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jfinal/activerecord/ -->
<dependency>
<groupId>com.jfinal</groupId>
<artifactId>activerecord</artifactId>
<version>4.9.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.jfinal/activerecord/
implementation 'com.jfinal:activerecord:4.9.19'
// https://jarcasting.com/artifacts/com.jfinal/activerecord/
implementation ("com.jfinal:activerecord:4.9.19")
'com.jfinal:activerecord:jar:4.9.19'
<dependency org="com.jfinal" name="activerecord" rev="4.9.19">
<artifact name="activerecord" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jfinal', module='activerecord', version='4.9.19')
)
libraryDependencies += "com.jfinal" % "activerecord" % "4.9.19"
[com.jfinal/activerecord "4.9.19"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.springframework : spring-webmvc | jar | 4.3.8.RELEASE |
com.alibaba : druid | jar | 1.2.4 |
net.sf.ehcache : ehcache-core | jar | 2.6.11 |
com.zaxxer : HikariCP | jar | 4.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |