License |
License |
---|---|
GroupId | GroupIdcom.jfinal |
ArtifactId | ArtifactIdactiverecord |
Last Version | Last Version5.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionactiverecord
jfinal ActiveRecordPlugin
|
Project URL |
Project URL |
Filename | Size |
---|---|
activerecord-5.0.0.pom | |
activerecord-5.0.0.jar | 415 KB |
activerecord-5.0.0-sources.jar | 336 KB |
activerecord-5.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jfinal/activerecord/ -->
<dependency>
<groupId>com.jfinal</groupId>
<artifactId>activerecord</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jfinal/activerecord/
implementation 'com.jfinal:activerecord:5.0.0'
// https://jarcasting.com/artifacts/com.jfinal/activerecord/
implementation ("com.jfinal:activerecord:5.0.0")
'com.jfinal:activerecord:jar:5.0.0'
<dependency org="com.jfinal" name="activerecord" rev="5.0.0">
<artifact name="activerecord" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jfinal', module='activerecord', version='5.0.0')
)
libraryDependencies += "com.jfinal" % "activerecord" % "5.0.0"
[com.jfinal/activerecord "5.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.springframework : spring-webmvc | jar | 5.3.18 |
com.alibaba : druid | jar | 1.2.4 |
net.sf.ehcache : ehcache-core | jar | 2.6.11 |
com.zaxxer : HikariCP | jar | 4.0.3 |
com.alibaba : fastjson | jar | 1.2.80 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |