Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.uberfire |
ArtifactId | ArtifactIduberfire-runtime-plugins-client |
Version | Version0.7.3.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.uberfire/uberfire-runtime-plugins-client/ -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-runtime-plugins-client</artifactId>
<version>0.7.3.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/uberfire-runtime-plugins-client/
implementation 'org.uberfire:uberfire-runtime-plugins-client:0.7.3.Final'
// https://jarcasting.com/artifacts/org.uberfire/uberfire-runtime-plugins-client/
implementation ("org.uberfire:uberfire-runtime-plugins-client:0.7.3.Final")
'org.uberfire:uberfire-runtime-plugins-client:jar:0.7.3.Final'
<dependency org="org.uberfire" name="uberfire-runtime-plugins-client" rev="0.7.3.Final">
<artifact name="uberfire-runtime-plugins-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='uberfire-runtime-plugins-client', version='0.7.3.Final')
)
libraryDependencies += "org.uberfire" % "uberfire-runtime-plugins-client" % "0.7.3.Final"
[org.uberfire/uberfire-runtime-plugins-client "0.7.3.Final"]