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