GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdopenui5 |
Version | Version1.34.7 |
Type | Typejar |
Filename | Size |
---|---|
openui5-1.34.7.pom | |
openui5-1.34.7.jar | 21 MB |
openui5-1.34.7-javadoc.jar | 20 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/openui5/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>openui5</artifactId>
<version>1.34.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/openui5/
implementation 'org.webjars:openui5:1.34.7'
// https://jarcasting.com/artifacts/org.webjars/openui5/
implementation ("org.webjars:openui5:1.34.7")
'org.webjars:openui5:jar:1.34.7'
<dependency org="org.webjars" name="openui5" rev="1.34.7">
<artifact name="openui5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='openui5', version='1.34.7')
)
libraryDependencies += "org.webjars" % "openui5" % "1.34.7"
[org.webjars/openui5 "1.34.7"]