Categories |
CategoriesScala Languages AWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.github.seratch |
ArtifactId | ArtifactIdawscala_2.11 |
Version | Version0.4.4 |
Type | Typejar |
Filename | Size |
---|---|
awscala_2.11-0.4.4.pom | |
awscala_2.11-0.4.4.jar | 751 KB |
awscala_2.11-0.4.4-sources.jar | 64 KB |
awscala_2.11-0.4.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seratch/awscala_2.11/ -->
<dependency>
<groupId>com.github.seratch</groupId>
<artifactId>awscala_2.11</artifactId>
<version>0.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch/awscala_2.11/
implementation 'com.github.seratch:awscala_2.11:0.4.4'
// https://jarcasting.com/artifacts/com.github.seratch/awscala_2.11/
implementation ("com.github.seratch:awscala_2.11:0.4.4")
'com.github.seratch:awscala_2.11:jar:0.4.4'
<dependency org="com.github.seratch" name="awscala_2.11" rev="0.4.4">
<artifact name="awscala_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch', module='awscala_2.11', version='0.4.4')
)
libraryDependencies += "com.github.seratch" % "awscala_2.11" % "0.4.4"
[com.github.seratch/awscala_2.11 "0.4.4"]