webview_java icon indicating copy to clipboard operation
webview_java copied to clipboard

Version 1.3.0 'setHtml()' failed.

Open isinvon opened this issue 1 year ago • 0 comments

image

and the following maven dependence failed.

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependency>
    <groupId>com.github.webview.webview_java</groupId>
    <artifactId>core</artifactId>
    <version>_VERSION</version>
</dependency>

image

this dependency can be used.

 <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>com.github.webview</groupId>
            <artifactId>webview_java</artifactId>
            <version>1.3.0</version>
        </dependency>
 </dependencies>

isinvon avatar Oct 28 '24 13:10 isinvon