GroupId | GroupIdorg.uberfire |
---|---|
ArtifactId | ArtifactIduberfire-preferences-processors |
Version | Version7.28.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.uberfire/uberfire-preferences-processors/ -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-preferences-processors</artifactId>
<version>7.28.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/uberfire-preferences-processors/
implementation 'org.uberfire:uberfire-preferences-processors:7.28.0.Final'
// https://jarcasting.com/artifacts/org.uberfire/uberfire-preferences-processors/
implementation ("org.uberfire:uberfire-preferences-processors:7.28.0.Final")
'org.uberfire:uberfire-preferences-processors:jar:7.28.0.Final'
<dependency org="org.uberfire" name="uberfire-preferences-processors" rev="7.28.0.Final">
<artifact name="uberfire-preferences-processors" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='uberfire-preferences-processors', version='7.28.0.Final')
)
libraryDependencies += "org.uberfire" % "uberfire-preferences-processors" % "7.28.0.Final"
[org.uberfire/uberfire-preferences-processors "7.28.0.Final"]