GroupId | GroupIdorg.uberfire |
---|---|
ArtifactId | ArtifactIduberfire-webapp |
Version | Version1.0.0.CR2 |
Type | Typejar |
Filename | Size |
---|---|
uberfire-webapp-1.0.0.CR2.pom | -1 bytes |
uberfire-webapp-1.0.0.CR2-tests.jar | 4 KB |
uberfire-webapp-1.0.0.CR2-sources.jar | 195 KB |
uberfire-webapp-1.0.0.CR2-javadoc.jar | 375 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uberfire/uberfire-webapp/ -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-webapp</artifactId>
<version>1.0.0.CR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/uberfire-webapp/
implementation 'org.uberfire:uberfire-webapp:1.0.0.CR2'
// https://jarcasting.com/artifacts/org.uberfire/uberfire-webapp/
implementation ("org.uberfire:uberfire-webapp:1.0.0.CR2")
'org.uberfire:uberfire-webapp:jar:1.0.0.CR2'
<dependency org="org.uberfire" name="uberfire-webapp" rev="1.0.0.CR2">
<artifact name="uberfire-webapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='uberfire-webapp', version='1.0.0.CR2')
)
libraryDependencies += "org.uberfire" % "uberfire-webapp" % "1.0.0.CR2"
[org.uberfire/uberfire-webapp "1.0.0.CR2"]