License |
License |
---|---|
GroupId | GroupIdio.qtjambi |
ArtifactId | ArtifactIdqtjambi-webview |
Last Version | Last Version6.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQtJambi WebView
Displays web content in a QML application by using APIs native to the platform, without the need to include a full web browser stack.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
qtjambi-webview-6.3.1.pom | |
qtjambi-webview-6.3.1-sources.jar | 1 KB |
qtjambi-webview-6.3.1-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.qtjambi/qtjambi-webview/ -->
<dependency>
<groupId>io.qtjambi</groupId>
<artifactId>qtjambi-webview</artifactId>
<version>6.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.qtjambi/qtjambi-webview/
implementation 'io.qtjambi:qtjambi-webview:6.3.1'
// https://jarcasting.com/artifacts/io.qtjambi/qtjambi-webview/
implementation ("io.qtjambi:qtjambi-webview:6.3.1")
'io.qtjambi:qtjambi-webview:jar:6.3.1'
<dependency org="io.qtjambi" name="qtjambi-webview" rev="6.3.1">
<artifact name="qtjambi-webview" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.qtjambi', module='qtjambi-webview', version='6.3.1')
)
libraryDependencies += "io.qtjambi" % "qtjambi-webview" % "6.3.1"
[io.qtjambi/qtjambi-webview "6.3.1"]
Group / Artifact | Type | Version |
---|---|---|
io.qtjambi : qtjambi | jar | 6.3.1 |