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