| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.github.bxforce |
| Идентификатор | Идентификаторcommons-vfs2-spring-boot |
| Версия | Версия1.0.0-RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| commons-vfs2-spring-boot-1.0.0-RELEASE.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bxforce/commons-vfs2-spring-boot/ -->
<dependency>
<groupId>com.github.bxforce</groupId>
<artifactId>commons-vfs2-spring-boot</artifactId>
<version>1.0.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bxforce/commons-vfs2-spring-boot/
implementation 'com.github.bxforce:commons-vfs2-spring-boot:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.bxforce/commons-vfs2-spring-boot/
implementation ("com.github.bxforce:commons-vfs2-spring-boot:1.0.0-RELEASE")
'com.github.bxforce:commons-vfs2-spring-boot:pom:1.0.0-RELEASE'
<dependency org="com.github.bxforce" name="commons-vfs2-spring-boot" rev="1.0.0-RELEASE">
<artifact name="commons-vfs2-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bxforce', module='commons-vfs2-spring-boot', version='1.0.0-RELEASE')
)
libraryDependencies += "com.github.bxforce" % "commons-vfs2-spring-boot" % "1.0.0-RELEASE"
[com.github.bxforce/commons-vfs2-spring-boot "1.0.0-RELEASE"]