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