| Categories |
CategoriesNet CLI User Interface |
|---|---|
| GroupId | GroupIdnet.andimiller |
| ArtifactId | ArtifactIdrecline_2.12 |
| Version | Version0.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| recline_2.12-0.0.6.pom | |
| recline_2.12-0.0.6.jar | 11 KB |
| recline_2.12-0.0.6-sources.jar | 1 KB |
| recline_2.12-0.0.6-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.andimiller/recline_2.12/ -->
<dependency>
<groupId>net.andimiller</groupId>
<artifactId>recline_2.12</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.andimiller/recline_2.12/
implementation 'net.andimiller:recline_2.12:0.0.6'
// https://jarcasting.com/artifacts/net.andimiller/recline_2.12/
implementation ("net.andimiller:recline_2.12:0.0.6")
'net.andimiller:recline_2.12:jar:0.0.6'
<dependency org="net.andimiller" name="recline_2.12" rev="0.0.6">
<artifact name="recline_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.andimiller', module='recline_2.12', version='0.0.6')
)
libraryDependencies += "net.andimiller" % "recline_2.12" % "0.0.6"
[net.andimiller/recline_2.12 "0.0.6"]