GroupId | GroupIdcom.github.ft-force |
---|---|
ArtifactId | ArtifactIdcoral-core |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
coral-core-0.0.8.pom | |
coral-core-0.0.8.jar | 98 KB |
coral-core-0.0.8-sources.jar | 53 KB |
coral-core-0.0.8-javadoc.jar | 429 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ft-force/coral-core/ -->
<dependency>
<groupId>com.github.ft-force</groupId>
<artifactId>coral-core</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ft-force/coral-core/
implementation 'com.github.ft-force:coral-core:0.0.8'
// https://jarcasting.com/artifacts/com.github.ft-force/coral-core/
implementation ("com.github.ft-force:coral-core:0.0.8")
'com.github.ft-force:coral-core:jar:0.0.8'
<dependency org="com.github.ft-force" name="coral-core" rev="0.0.8">
<artifact name="coral-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ft-force', module='coral-core', version='0.0.8')
)
libraryDependencies += "com.github.ft-force" % "coral-core" % "0.0.8"
[com.github.ft-force/coral-core "0.0.8"]