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