GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdfc |
Version | Version2.0.12 |
Type | Typepom |
Filename | Size |
---|---|
fc-2.0.12.pom | 626 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/fc/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>fc</artifactId>
<version>2.0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/fc/
implementation 'org.tinygroup:fc:2.0.12'
// https://jarcasting.com/artifacts/org.tinygroup/fc/
implementation ("org.tinygroup:fc:2.0.12")
'org.tinygroup:fc:pom:2.0.12'
<dependency org="org.tinygroup" name="fc" rev="2.0.12">
<artifact name="fc" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='fc', version='2.0.12')
)
libraryDependencies += "org.tinygroup" % "fc" % "2.0.12"
[org.tinygroup/fc "2.0.12"]