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