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