| GroupId | GroupIdio.corbel |
|---|---|
| ArtifactId | ArtifactIdrestor |
| Version | Version1.27.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| restor-1.27.0.pom | |
| restor-1.27.0.jar | 4 MB |
| restor-1.27.0-sources.jar | 13 KB |
| restor-1.27.0-javadoc.jar | 121 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.corbel/restor/ -->
<dependency>
<groupId>io.corbel</groupId>
<artifactId>restor</artifactId>
<version>1.27.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.corbel/restor/
implementation 'io.corbel:restor:1.27.0'
// https://jarcasting.com/artifacts/io.corbel/restor/
implementation ("io.corbel:restor:1.27.0")
'io.corbel:restor:jar:1.27.0'
<dependency org="io.corbel" name="restor" rev="1.27.0">
<artifact name="restor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.corbel', module='restor', version='1.27.0')
)
libraryDependencies += "io.corbel" % "restor" % "1.27.0"
[io.corbel/restor "1.27.0"]