| GroupId | GroupIdcom.beachape |
|---|---|
| ArtifactId | ArtifactIddiesel-core_2.12 |
| Version | Version0.2.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| diesel-core_2.12-0.2.7.pom | |
| diesel-core_2.12-0.2.7.jar | 98 KB |
| diesel-core_2.12-0.2.7-sources.jar | 10 KB |
| diesel-core_2.12-0.2.7-javadoc.jar | 695 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.beachape/diesel-core_2.12/ -->
<dependency>
<groupId>com.beachape</groupId>
<artifactId>diesel-core_2.12</artifactId>
<version>0.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.beachape/diesel-core_2.12/
implementation 'com.beachape:diesel-core_2.12:0.2.7'
// https://jarcasting.com/artifacts/com.beachape/diesel-core_2.12/
implementation ("com.beachape:diesel-core_2.12:0.2.7")
'com.beachape:diesel-core_2.12:jar:0.2.7'
<dependency org="com.beachape" name="diesel-core_2.12" rev="0.2.7">
<artifact name="diesel-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.beachape', module='diesel-core_2.12', version='0.2.7')
)
libraryDependencies += "com.beachape" % "diesel-core_2.12" % "0.2.7"
[com.beachape/diesel-core_2.12 "0.2.7"]