GroupId | GroupIdro.fortsoft.pf4j.demo |
---|---|
ArtifactId | ArtifactIdpom |
Version | Version0.2 |
Type | Typepom |
Filename | Size |
---|---|
pom-0.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ro.fortsoft.pf4j.demo/pom/ -->
<dependency>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pom</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ro.fortsoft.pf4j.demo/pom/
implementation 'ro.fortsoft.pf4j.demo:pom:0.2'
// https://jarcasting.com/artifacts/ro.fortsoft.pf4j.demo/pom/
implementation ("ro.fortsoft.pf4j.demo:pom:0.2")
'ro.fortsoft.pf4j.demo:pom:pom:0.2'
<dependency org="ro.fortsoft.pf4j.demo" name="pom" rev="0.2">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='ro.fortsoft.pf4j.demo', module='pom', version='0.2')
)
libraryDependencies += "ro.fortsoft.pf4j.demo" % "pom" % "0.2"
[ro.fortsoft.pf4j.demo/pom "0.2"]