GroupId | GroupIdcom.github.ft-force |
---|---|
ArtifactId | ArtifactIdcoral-core |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
coral-core-0.0.2.pom | |
coral-core-0.0.2.jar | 54 KB |
coral-core-0.0.2-sources.jar | 29 KB |
coral-core-0.0.2-javadoc.jar | 247 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ft-force/coral-core/
implementation 'com.github.ft-force:coral-core:0.0.2'
// https://jarcasting.com/artifacts/com.github.ft-force/coral-core/
implementation ("com.github.ft-force:coral-core:0.0.2")
'com.github.ft-force:coral-core:jar:0.0.2'
<dependency org="com.github.ft-force" name="coral-core" rev="0.0.2">
<artifact name="coral-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ft-force', module='coral-core', version='0.0.2')
)
libraryDependencies += "com.github.ft-force" % "coral-core" % "0.0.2"
[com.github.ft-force/coral-core "0.0.2"]