| GroupId | GroupIdcom.gu |
|---|---|
| ArtifactId | ArtifactIdprequel_2.10 |
| Version | Version0.3.11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| prequel_2.10-0.3.11.pom | |
| prequel_2.10-0.3.11.jar | 133 KB |
| prequel_2.10-0.3.11-sources.jar | 13 KB |
| prequel_2.10-0.3.11-javadoc.jar | 554 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gu/prequel_2.10/ -->
<dependency>
<groupId>com.gu</groupId>
<artifactId>prequel_2.10</artifactId>
<version>0.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/prequel_2.10/
implementation 'com.gu:prequel_2.10:0.3.11'
// https://jarcasting.com/artifacts/com.gu/prequel_2.10/
implementation ("com.gu:prequel_2.10:0.3.11")
'com.gu:prequel_2.10:jar:0.3.11'
<dependency org="com.gu" name="prequel_2.10" rev="0.3.11">
<artifact name="prequel_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='prequel_2.10', version='0.3.11')
)
libraryDependencies += "com.gu" % "prequel_2.10" % "0.3.11"
[com.gu/prequel_2.10 "0.3.11"]