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