GroupId | GroupIdio.corbel |
---|---|
ArtifactId | ArtifactIdresources |
Version | Version1.28.0 |
Type | Typejar |
Filename | Size |
---|---|
resources-1.28.0.pom | |
resources-1.28.0.jar | 60 KB |
resources-1.28.0-sources.jar | 31 KB |
resources-1.28.0-javadoc.jar | 357 bytes |
resources-1.28.0-bin.tar.gz | 36 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.corbel/resources/ -->
<dependency>
<groupId>io.corbel</groupId>
<artifactId>resources</artifactId>
<version>1.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.corbel/resources/
implementation 'io.corbel:resources:1.28.0'
// https://jarcasting.com/artifacts/io.corbel/resources/
implementation ("io.corbel:resources:1.28.0")
'io.corbel:resources:jar:1.28.0'
<dependency org="io.corbel" name="resources" rev="1.28.0">
<artifact name="resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.corbel', module='resources', version='1.28.0')
)
libraryDependencies += "io.corbel" % "resources" % "1.28.0"
[io.corbel/resources "1.28.0"]