GroupId | GroupIdcom.github.agourlay |
---|---|
ArtifactId | ArtifactIdcornichon_2.12 |
Version | Version0.12.4 |
Type | Typejar |
Filename | Size |
---|---|
cornichon_2.12-0.12.4.pom | |
cornichon_2.12-0.12.4.jar | 12 KB |
cornichon_2.12-0.12.4-sources.jar | 3 KB |
cornichon_2.12-0.12.4-javadoc.jar | 665 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.agourlay/cornichon_2.12/ -->
<dependency>
<groupId>com.github.agourlay</groupId>
<artifactId>cornichon_2.12</artifactId>
<version>0.12.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.agourlay/cornichon_2.12/
implementation 'com.github.agourlay:cornichon_2.12:0.12.4'
// https://jarcasting.com/artifacts/com.github.agourlay/cornichon_2.12/
implementation ("com.github.agourlay:cornichon_2.12:0.12.4")
'com.github.agourlay:cornichon_2.12:jar:0.12.4'
<dependency org="com.github.agourlay" name="cornichon_2.12" rev="0.12.4">
<artifact name="cornichon_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.agourlay', module='cornichon_2.12', version='0.12.4')
)
libraryDependencies += "com.github.agourlay" % "cornichon_2.12" % "0.12.4"
[com.github.agourlay/cornichon_2.12 "0.12.4"]