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