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