GroupId | GroupIdorg.uberfire |
---|---|
ArtifactId | ArtifactIduberfire-simple-docks |
Version | Version7.46.0.Final |
Type | Typepom |
Filename | Size |
---|---|
uberfire-simple-docks-7.46.0.Final.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.46.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/uberfire-simple-docks/
implementation 'org.uberfire:uberfire-simple-docks:7.46.0.Final'
// https://jarcasting.com/artifacts/org.uberfire/uberfire-simple-docks/
implementation ("org.uberfire:uberfire-simple-docks:7.46.0.Final")
'org.uberfire:uberfire-simple-docks:pom:7.46.0.Final'
<dependency org="org.uberfire" name="uberfire-simple-docks" rev="7.46.0.Final">
<artifact name="uberfire-simple-docks" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='uberfire-simple-docks', version='7.46.0.Final')
)
libraryDependencies += "org.uberfire" % "uberfire-simple-docks" % "7.46.0.Final"
[org.uberfire/uberfire-simple-docks "7.46.0.Final"]