Categories |
CategoriesScala Languages AWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.github.seratch |
ArtifactId | ArtifactIdawscala-core_2.11 |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
awscala-core_2.11-0.8.0.pom | |
awscala-core_2.11-0.8.0.jar | 55 KB |
awscala-core_2.11-0.8.0-sources.jar | 6 KB |
awscala-core_2.11-0.8.0-javadoc.jar | 404 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seratch/awscala-core_2.11/ -->
<dependency>
<groupId>com.github.seratch</groupId>
<artifactId>awscala-core_2.11</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch/awscala-core_2.11/
implementation 'com.github.seratch:awscala-core_2.11:0.8.0'
// https://jarcasting.com/artifacts/com.github.seratch/awscala-core_2.11/
implementation ("com.github.seratch:awscala-core_2.11:0.8.0")
'com.github.seratch:awscala-core_2.11:jar:0.8.0'
<dependency org="com.github.seratch" name="awscala-core_2.11" rev="0.8.0">
<artifact name="awscala-core_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch', module='awscala-core_2.11', version='0.8.0')
)
libraryDependencies += "com.github.seratch" % "awscala-core_2.11" % "0.8.0"
[com.github.seratch/awscala-core_2.11 "0.8.0"]