| GroupId | GroupIdcom.github.wirthan |
|---|---|
| ArtifactId | ArtifactIds3dsl_2.12 |
| Version | Version0.2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| s3dsl_2.12-0.2.2.pom | |
| s3dsl_2.12-0.2.2.jar | 283 KB |
| s3dsl_2.12-0.2.2-sources.jar | 8 KB |
| s3dsl_2.12-0.2.2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wirthan/s3dsl_2.12/ -->
<dependency>
<groupId>com.github.wirthan</groupId>
<artifactId>s3dsl_2.12</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wirthan/s3dsl_2.12/
implementation 'com.github.wirthan:s3dsl_2.12:0.2.2'
// https://jarcasting.com/artifacts/com.github.wirthan/s3dsl_2.12/
implementation ("com.github.wirthan:s3dsl_2.12:0.2.2")
'com.github.wirthan:s3dsl_2.12:jar:0.2.2'
<dependency org="com.github.wirthan" name="s3dsl_2.12" rev="0.2.2">
<artifact name="s3dsl_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wirthan', module='s3dsl_2.12', version='0.2.2')
)
libraryDependencies += "com.github.wirthan" % "s3dsl_2.12" % "0.2.2"
[com.github.wirthan/s3dsl_2.12 "0.2.2"]