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