| GroupId | GroupIdcom.github.wirthan |
|---|---|
| ArtifactId | ArtifactIds3dsl_2.12 |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| s3dsl_2.12-0.0.1.pom | |
| s3dsl_2.12-0.0.1.jar | 97 KB |
| s3dsl_2.12-0.0.1-sources.jar | 4 KB |
| s3dsl_2.12-0.0.1-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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wirthan/s3dsl_2.12/
implementation 'com.github.wirthan:s3dsl_2.12:0.0.1'
// https://jarcasting.com/artifacts/com.github.wirthan/s3dsl_2.12/
implementation ("com.github.wirthan:s3dsl_2.12:0.0.1")
'com.github.wirthan:s3dsl_2.12:jar:0.0.1'
<dependency org="com.github.wirthan" name="s3dsl_2.12" rev="0.0.1">
<artifact name="s3dsl_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wirthan', module='s3dsl_2.12', version='0.0.1')
)
libraryDependencies += "com.github.wirthan" % "s3dsl_2.12" % "0.0.1"
[com.github.wirthan/s3dsl_2.12 "0.0.1"]