This repository branch is no longer maintained
This project has moved to appformer (https://github.com/kiegroup/appformer).
| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdorg.uberfire |
| ArtifactId | ArtifactIduberfire-maven-utils |
| Last Version | Last Version1.4.0.Final |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThe parent contains all metadata (including plugins) and also dependency versions. All UberFire modules
(except for user BOMs like 'uberfire-bom') should (transitively) inherit from this POM.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| uberfire-maven-utils-1.4.0.Final.pom | 1 KB |
| uberfire-maven-utils-1.4.0.Final-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.uberfire/uberfire-maven-utils/ -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-maven-utils</artifactId>
<version>1.4.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/uberfire-maven-utils/
implementation 'org.uberfire:uberfire-maven-utils:1.4.0.Final'
// https://jarcasting.com/artifacts/org.uberfire/uberfire-maven-utils/
implementation ("org.uberfire:uberfire-maven-utils:1.4.0.Final")
'org.uberfire:uberfire-maven-utils:jar:1.4.0.Final'
<dependency org="org.uberfire" name="uberfire-maven-utils" rev="1.4.0.Final">
<artifact name="uberfire-maven-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='uberfire-maven-utils', version='1.4.0.Final')
)
libraryDependencies += "org.uberfire" % "uberfire-maven-utils" % "1.4.0.Final"
[org.uberfire/uberfire-maven-utils "1.4.0.Final"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.easytesting : fest-assert-core | jar | 2.0M6 |
This project has moved to appformer (https://github.com/kiegroup/appformer).