Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.cognitect.aws |
ArtifactId | ArtifactIdelasticfilesystem |
Version | Version768.2.565.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.cognitect.aws/elasticfilesystem/ -->
<dependency>
<groupId>com.cognitect.aws</groupId>
<artifactId>elasticfilesystem</artifactId>
<version>768.2.565.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect.aws/elasticfilesystem/
implementation 'com.cognitect.aws:elasticfilesystem:768.2.565.0'
// https://jarcasting.com/artifacts/com.cognitect.aws/elasticfilesystem/
implementation ("com.cognitect.aws:elasticfilesystem:768.2.565.0")
'com.cognitect.aws:elasticfilesystem:jar:768.2.565.0'
<dependency org="com.cognitect.aws" name="elasticfilesystem" rev="768.2.565.0">
<artifact name="elasticfilesystem" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect.aws', module='elasticfilesystem', version='768.2.565.0')
)
libraryDependencies += "com.cognitect.aws" % "elasticfilesystem" % "768.2.565.0"
[com.cognitect.aws/elasticfilesystem "768.2.565.0"]