License |
License |
---|---|
GroupId | GroupIdcom.xishankeji |
ArtifactId | ArtifactIdjavet |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjavet
Javet is Java + V8 (JAVa + V + EighT). It is a way of embedding V8 in Java.(不含动态库)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
javet-1.0.7.pom | |
javet-1.0.7.jar | 299 KB |
javet-1.0.7-sources.jar | 278 KB |
javet-1.0.7-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xishankeji/javet/ -->
<dependency>
<groupId>com.xishankeji</groupId>
<artifactId>javet</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.xishankeji/javet/
implementation 'com.xishankeji:javet:1.0.7'
// https://jarcasting.com/artifacts/com.xishankeji/javet/
implementation ("com.xishankeji:javet:1.0.7")
'com.xishankeji:javet:jar:1.0.7'
<dependency org="com.xishankeji" name="javet" rev="1.0.7">
<artifact name="javet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xishankeji', module='javet', version='1.0.7')
)
libraryDependencies += "com.xishankeji" % "javet" % "1.0.7"
[com.xishankeji/javet "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty.websocket : websocket-server | jar | 9.4.38.v20210224 |
org.eclipse.jetty.websocket : javax-websocket-server-impl | jar | 9.4.38.v20210224 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |
junit : junit | jar | 4.13.1 |
org.slf4j : slf4j-log4j12 | jar | 1.7.32 |