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