Categories |
CategoriesUnity Business Logic Libraries Game Development |
---|---|
GroupId | GroupIdorg.cloudfoundry.community |
ArtifactId | ArtifactIdspring-cloud-s3-service-connector |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.cloudfoundry.community/spring-cloud-s3-service-connector/ -->
<dependency>
<groupId>org.cloudfoundry.community</groupId>
<artifactId>spring-cloud-s3-service-connector</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry.community/spring-cloud-s3-service-connector/
implementation 'org.cloudfoundry.community:spring-cloud-s3-service-connector:1.0.0'
// https://jarcasting.com/artifacts/org.cloudfoundry.community/spring-cloud-s3-service-connector/
implementation ("org.cloudfoundry.community:spring-cloud-s3-service-connector:1.0.0")
'org.cloudfoundry.community:spring-cloud-s3-service-connector:jar:1.0.0'
<dependency org="org.cloudfoundry.community" name="spring-cloud-s3-service-connector" rev="1.0.0">
<artifact name="spring-cloud-s3-service-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry.community', module='spring-cloud-s3-service-connector', version='1.0.0')
)
libraryDependencies += "org.cloudfoundry.community" % "spring-cloud-s3-service-connector" % "1.0.0"
[org.cloudfoundry.community/spring-cloud-s3-service-connector "1.0.0"]