| GroupId | GroupIdio.chandler |
|---|---|
| ArtifactId | ArtifactIdRECE-232 |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| RECE-232-0.1.1.pom | |
| RECE-232-0.1.1.jar | 8 KB |
| RECE-232-0.1.1-sources.jar | 6 KB |
| RECE-232-0.1.1-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.chandler/RECE-232/ -->
<dependency>
<groupId>io.chandler</groupId>
<artifactId>RECE-232</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.chandler/RECE-232/
implementation 'io.chandler:RECE-232:0.1.1'
// https://jarcasting.com/artifacts/io.chandler/RECE-232/
implementation ("io.chandler:RECE-232:0.1.1")
'io.chandler:RECE-232:jar:0.1.1'
<dependency org="io.chandler" name="RECE-232" rev="0.1.1">
<artifact name="RECE-232" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.chandler', module='RECE-232', version='0.1.1')
)
libraryDependencies += "io.chandler" % "RECE-232" % "0.1.1"
[io.chandler/RECE-232 "0.1.1"]