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