GroupId | GroupIdio.redback |
---|---|
ArtifactId | ArtifactIdredback-core |
Version | Version1.0.14 |
Type | Typejar |
Filename | Size |
---|---|
redback-core-1.0.14.pom | |
redback-core-1.0.14.jar | 3 MB |
redback-core-1.0.14-sources.jar | 3 MB |
redback-core-1.0.14-javadoc.jar | 482 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.redback/redback-core/ -->
<dependency>
<groupId>io.redback</groupId>
<artifactId>redback-core</artifactId>
<version>1.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/io.redback/redback-core/
implementation 'io.redback:redback-core:1.0.14'
// https://jarcasting.com/artifacts/io.redback/redback-core/
implementation ("io.redback:redback-core:1.0.14")
'io.redback:redback-core:jar:1.0.14'
<dependency org="io.redback" name="redback-core" rev="1.0.14">
<artifact name="redback-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.redback', module='redback-core', version='1.0.14')
)
libraryDependencies += "io.redback" % "redback-core" % "1.0.14"
[io.redback/redback-core "1.0.14"]