| Категории |
КатегорииSpring Boot Контейнер Микросервисы ActiveJ Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаcn.ipfs-files |
| Идентификатор | Идентификаторactivejdbc-spring-boot-starter |
| Версия | Версия1.0-RELEASE |
| Тип | Типjar |
<!-- 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"]