License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcom.github.bxforce |
ArtifactId | ArtifactIdcommons-vfs2-spring-boot-autoconfigure |
Version | Version1.0.1-RELEASE |
Type | Typejar |
Description |
Descriptioncommons-vfs2-spring-boot-autoconfigure
Apache Commons Virtual File System Spring Boot Starter
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.bxforce/commons-vfs2-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.bxforce</groupId>
<artifactId>commons-vfs2-spring-boot-autoconfigure</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bxforce/commons-vfs2-spring-boot-autoconfigure/
implementation 'com.github.bxforce:commons-vfs2-spring-boot-autoconfigure:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.bxforce/commons-vfs2-spring-boot-autoconfigure/
implementation ("com.github.bxforce:commons-vfs2-spring-boot-autoconfigure:1.0.1-RELEASE")
'com.github.bxforce:commons-vfs2-spring-boot-autoconfigure:jar:1.0.1-RELEASE'
<dependency org="com.github.bxforce" name="commons-vfs2-spring-boot-autoconfigure" rev="1.0.1-RELEASE">
<artifact name="commons-vfs2-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bxforce', module='commons-vfs2-spring-boot-autoconfigure', version='1.0.1-RELEASE')
)
libraryDependencies += "com.github.bxforce" % "commons-vfs2-spring-boot-autoconfigure" % "1.0.1-RELEASE"
[com.github.bxforce/commons-vfs2-spring-boot-autoconfigure "1.0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | 2.3.3.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.3.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.3.RELEASE |
org.apache.commons : commons-vfs2 | jar | 2.7.0 |
com.jcraft : jsch | jar | 0.1.55 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.3.RELEASE |