Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.bxforce |
ArtifactId | ArtifactIdcommons-vfs2-spring-boot |
Version | Version1.0.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
commons-vfs2-spring-boot-1.0.0-RELEASE.pom | 4 KB |
Browse |
<!-- 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"]