Categories |
CategoriesActiveJ User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.yoojia |
ArtifactId | ArtifactIdnext-web-activejdbc |
Version | Version2.21-alpha |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yoojia/next-web-activejdbc/ -->
<dependency>
<groupId>com.github.yoojia</groupId>
<artifactId>next-web-activejdbc</artifactId>
<version>2.21-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/next-web-activejdbc/
implementation 'com.github.yoojia:next-web-activejdbc:2.21-alpha'
// https://jarcasting.com/artifacts/com.github.yoojia/next-web-activejdbc/
implementation ("com.github.yoojia:next-web-activejdbc:2.21-alpha")
'com.github.yoojia:next-web-activejdbc:jar:2.21-alpha'
<dependency org="com.github.yoojia" name="next-web-activejdbc" rev="2.21-alpha">
<artifact name="next-web-activejdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='next-web-activejdbc', version='2.21-alpha')
)
libraryDependencies += "com.github.yoojia" % "next-web-activejdbc" % "2.21-alpha"
[com.github.yoojia/next-web-activejdbc "2.21-alpha"]