Categories |
CategoriesSpring Boot Container Microservices ActiveJ User Interface Web Frameworks |
---|---|
GroupId | GroupIdcn.ipfs-files |
ArtifactId | ArtifactIdactivejdbc-spring-boot-starter |
Version | Version1.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.ipfs-files/activejdbc-spring-boot-starter/ -->
<dependency>
<groupId>cn.ipfs-files</groupId>
<artifactId>activejdbc-spring-boot-starter</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.ipfs-files/activejdbc-spring-boot-starter/
implementation 'cn.ipfs-files:activejdbc-spring-boot-starter:1.0-RELEASE'
// https://jarcasting.com/artifacts/cn.ipfs-files/activejdbc-spring-boot-starter/
implementation ("cn.ipfs-files:activejdbc-spring-boot-starter:1.0-RELEASE")
'cn.ipfs-files:activejdbc-spring-boot-starter:jar:1.0-RELEASE'
<dependency org="cn.ipfs-files" name="activejdbc-spring-boot-starter" rev="1.0-RELEASE">
<artifact name="activejdbc-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.ipfs-files', module='activejdbc-spring-boot-starter', version='1.0-RELEASE')
)
libraryDependencies += "cn.ipfs-files" % "activejdbc-spring-boot-starter" % "1.0-RELEASE"
[cn.ipfs-files/activejdbc-spring-boot-starter "1.0-RELEASE"]