Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdcom.xzixi.self.portal |
ArtifactId | ArtifactIdsftp-client-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.xzixi.self.portal/sftp-client-spring-boot-starter/ -->
<dependency>
<groupId>com.xzixi.self.portal</groupId>
<artifactId>sftp-client-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xzixi.self.portal/sftp-client-spring-boot-starter/
implementation 'com.xzixi.self.portal:sftp-client-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.xzixi.self.portal/sftp-client-spring-boot-starter/
implementation ("com.xzixi.self.portal:sftp-client-spring-boot-starter:1.0.0")
'com.xzixi.self.portal:sftp-client-spring-boot-starter:jar:1.0.0'
<dependency org="com.xzixi.self.portal" name="sftp-client-spring-boot-starter" rev="1.0.0">
<artifact name="sftp-client-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xzixi.self.portal', module='sftp-client-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.xzixi.self.portal" % "sftp-client-spring-boot-starter" % "1.0.0"
[com.xzixi.self.portal/sftp-client-spring-boot-starter "1.0.0"]