| GroupId | GroupIdro.fortsoft.pf4j |
|---|---|
| ArtifactId | ArtifactIdpf4j |
| Version | Version0.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pf4j-0.9.0.pom | |
| pf4j-0.9.0.jar | 60 KB |
| pf4j-0.9.0-sources.jar | 51 KB |
| pf4j-0.9.0-javadoc.jar | 229 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ro.fortsoft.pf4j/pf4j/ -->
<dependency>
<groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pf4j</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/ro.fortsoft.pf4j/pf4j/
implementation 'ro.fortsoft.pf4j:pf4j:0.9.0'
// https://jarcasting.com/artifacts/ro.fortsoft.pf4j/pf4j/
implementation ("ro.fortsoft.pf4j:pf4j:0.9.0")
'ro.fortsoft.pf4j:pf4j:jar:0.9.0'
<dependency org="ro.fortsoft.pf4j" name="pf4j" rev="0.9.0">
<artifact name="pf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.fortsoft.pf4j', module='pf4j', version='0.9.0')
)
libraryDependencies += "ro.fortsoft.pf4j" % "pf4j" % "0.9.0"
[ro.fortsoft.pf4j/pf4j "0.9.0"]