License |
License |
---|---|
Categories |
CategoriesActiveJ User Interface Web Frameworks |
GroupId | GroupIdorg.javalite |
ArtifactId | ArtifactIdactivejdbc-root |
Last Version | Last Version2.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJavaLite - ActiveJDBC Root
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
activejdbc-root-2.3.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javalite/activejdbc-root/ -->
<dependency>
<groupId>org.javalite</groupId>
<artifactId>activejdbc-root</artifactId>
<version>2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.javalite/activejdbc-root/
implementation 'org.javalite:activejdbc-root:2.3'
// https://jarcasting.com/artifacts/org.javalite/activejdbc-root/
implementation ("org.javalite:activejdbc-root:2.3")
'org.javalite:activejdbc-root:pom:2.3'
<dependency org="org.javalite" name="activejdbc-root" rev="2.3">
<artifact name="activejdbc-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.javalite', module='activejdbc-root', version='2.3')
)
libraryDependencies += "org.javalite" % "activejdbc-root" % "2.3"
[org.javalite/activejdbc-root "2.3"]