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