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