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