GroupId | GroupIdorg.uberfire |
---|---|
ArtifactId | ArtifactIduberfire-simple-docks |
Version | Version0.8.0.CR1 |
Type | Typejar |
Filename | Size |
---|---|
uberfire-simple-docks-0.8.0.CR1.pom | 1 KB |
uberfire-simple-docks-0.8.0.CR1-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uberfire/uberfire-simple-docks/ -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-simple-docks</artifactId>
<version>0.8.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/uberfire-simple-docks/
implementation 'org.uberfire:uberfire-simple-docks:0.8.0.CR1'
// https://jarcasting.com/artifacts/org.uberfire/uberfire-simple-docks/
implementation ("org.uberfire:uberfire-simple-docks:0.8.0.CR1")
'org.uberfire:uberfire-simple-docks:jar:0.8.0.CR1'
<dependency org="org.uberfire" name="uberfire-simple-docks" rev="0.8.0.CR1">
<artifact name="uberfire-simple-docks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='uberfire-simple-docks', version='0.8.0.CR1')
)
libraryDependencies += "org.uberfire" % "uberfire-simple-docks" % "0.8.0.CR1"
[org.uberfire/uberfire-simple-docks "0.8.0.CR1"]