Categories |
CategoriesActiveJ User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.javalite |
ArtifactId | ArtifactIdactivejdbc-root |
Version | Version1.4.12 |
Type | Typepom |
Filename | Size |
---|---|
activejdbc-root-1.4.12.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javalite/activejdbc-root/ -->
<dependency>
<groupId>org.javalite</groupId>
<artifactId>activejdbc-root</artifactId>
<version>1.4.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.javalite/activejdbc-root/
implementation 'org.javalite:activejdbc-root:1.4.12'
// https://jarcasting.com/artifacts/org.javalite/activejdbc-root/
implementation ("org.javalite:activejdbc-root:1.4.12")
'org.javalite:activejdbc-root:pom:1.4.12'
<dependency org="org.javalite" name="activejdbc-root" rev="1.4.12">
<artifact name="activejdbc-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.javalite', module='activejdbc-root', version='1.4.12')
)
libraryDependencies += "org.javalite" % "activejdbc-root" % "1.4.12"
[org.javalite/activejdbc-root "1.4.12"]