GroupId | GroupIdcom.gu |
---|---|
ArtifactId | ArtifactIdmarley_2.11 |
Version | Version0.2.8 |
Type | Typejar |
Filename | Size |
---|---|
marley_2.11-0.2.8.pom | |
marley_2.11-0.2.8.jar | 128 KB |
marley_2.11-0.2.8-sources.jar | 5 KB |
marley_2.11-0.2.8-javadoc.jar | 427 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gu/marley_2.11/ -->
<dependency>
<groupId>com.gu</groupId>
<artifactId>marley_2.11</artifactId>
<version>0.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/marley_2.11/
implementation 'com.gu:marley_2.11:0.2.8'
// https://jarcasting.com/artifacts/com.gu/marley_2.11/
implementation ("com.gu:marley_2.11:0.2.8")
'com.gu:marley_2.11:jar:0.2.8'
<dependency org="com.gu" name="marley_2.11" rev="0.2.8">
<artifact name="marley_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='marley_2.11', version='0.2.8')
)
libraryDependencies += "com.gu" % "marley_2.11" % "0.2.8"
[com.gu/marley_2.11 "0.2.8"]