Javet
vet v4.1.1






Javet es Java + V8 (Java + V + ocho). Es una forma increíble de incrustar Node.js y V8 en Java.
Si te gusta mi trabajo, por favor, estrella este proyecto. Y puede seguirme @SJTucaocao o visitar https://blog.caoccao.com/ o https://caoccao.blogspot.com/. Y el canal de soporte oficial está en Discord.
? Si te gusta mi trabajo, por favor done para apoyarme. Si tiene un dispositivo Mac OS retirado (x86_64) y está bien por enviarlo por correo, eso será genial porque no tengo ese dispositivo para apoyar a la comunidad. Gracias por apoyar a Javet.
| Arco de la CPU | Androide | Linux | Macosa | Windows |
|---|---|---|---|---|
| x86 | ✔️ | |||
| x86_64 | ✔️ | ✔️ | ✔️ | ✔️ |
| brazo | ✔️ | |||
| brazo | ✔️ | ✔️ | ✔️ |
v22.12.0 + v8 v13.2.152.16 <!-- Core (Must-have) -->
< dependency >
< groupId >com.caoccao.javet</ groupId >
< artifactId >javet</ artifactId >
< version >4.1.1</ version >
</ dependency >
<!-- Node.js Linux (x86_64) -->
< dependency >
< groupId >com.caoccao.javet</ groupId >
< artifactId >javet-node-linux-x86_64</ artifactId >
< version >4.1.1</ version >
</ dependency >
<!-- Node.js Linux (arm64) -->
< dependency >
< groupId >com.caoccao.javet</ groupId >
< artifactId >javet-node-linux-arm64</ artifactId >
< version >4.1.1</ version >
</ dependency >
<!-- Node.js Mac OS (x86_64) -->
< dependency >
< groupId >com.caoccao.javet</ groupId >
< artifactId >javet-node-macos-x86_64</ artifactId >
< version >4.1.1</ version >
</ dependency >
<!-- Node.js Mac OS (arm64) -->
< dependency >
< groupId >com.caoccao.javet</ groupId >
< artifactId >javet-node-macos-arm64</ artifactId >
< version >4.1.1</ version >
</ dependency >
<!-- Node.js Windows (x86_64) -->
< dependency >
< groupId >com.caoccao.javet</ groupId >
< artifactId >javet-node-windows-x86_64</ artifactId >
< version >4.1.1</ version >
</ dependency >
<!-- V8 Linux (x86_64) -->
< dependency >
< groupId >com.caoccao.javet</ groupId >
< artifactId >javet-v8-linux-x86_64</ artifactId >
< version >4.1.1</ version >
</ dependency >
<!-- V8 Linux (arm64) -->
< dependency >
< groupId >com.caoccao.javet</ groupId >
< artifactId >javet-v8-linux-arm64</ artifactId >
< version >4.1.1</ version >
</ dependency >
<!-- V8 Mac OS (x86_64) -->
< dependency >
< groupId >com.caoccao.javet</ groupId >
< artifactId >javet-v8-macos-x86_64</ artifactId >
< version >4.1.1</ version >
</ dependency >
<!-- V8 Mac OS (arm64) -->
< dependency >
< groupId >com.caoccao.javet</ groupId >
< artifactId >javet-v8-macos-arm64</ artifactId >
< version >4.1.1</ version >
</ dependency >
<!-- V8 Windows (x86_64) -->
< dependency >
< groupId >com.caoccao.javet</ groupId >
< artifactId >javet-v8-windows-x86_64</ artifactId >
< version >4.1.1</ version >
</ dependency >implementation( " com.caoccao.javet:javet:4.1.1 " ) // Core (Must-have)
implementation( " com.caoccao.javet:javet-node-linux-arm64:4.1.1 " )
implementation( " com.caoccao.javet:javet-node-linux-x86_64:4.1.1 " )
implementation( " com.caoccao.javet:javet-node-macos-arm64:4.1.1 " )
implementation( " com.caoccao.javet:javet-node-macos-x86_64:4.1.1 " )
implementation( " com.caoccao.javet:javet-node-windows-x86_64:4.1.1 " )
implementation( " com.caoccao.javet:javet-v8-linux-arm64:4.1.1 " )
implementation( " com.caoccao.javet:javet-v8-linux-x86_64:4.1.1 " )
implementation( " com.caoccao.javet:javet-v8-macos-arm64:4.1.1 " )
implementation( " com.caoccao.javet:javet-v8-macos-x86_64:4.1.1 " )
implementation( " com.caoccao.javet:javet-v8-windows-x86_64:4.1.1 " )implementation ' com.caoccao.javet:javet:4.1.1 ' // Core (Must-have)
implementation ' com.caoccao.javet:javet-node-linux-arm64:4.1.1 '
implementation ' com.caoccao.javet:javet-node-linux-x86_64:4.1.1 '
implementation ' com.caoccao.javet:javet-node-macos-arm64:4.1.1 '
implementation ' com.caoccao.javet:javet-node-macos-x86_64:4.1.1 '
implementation ' com.caoccao.javet:javet-node-windows-x86_64:4.1.1 '
implementation ' com.caoccao.javet:javet-v8-linux-arm64:4.1.1 '
implementation ' com.caoccao.javet:javet-v8-linux-x86_64:4.1.1 '
implementation ' com.caoccao.javet:javet-v8-macos-arm64:4.1.1 '
implementation ' com.caoccao.javet:javet-v8-macos-x86_64:4.1.1 '
implementation ' com.caoccao.javet:javet-v8-windows-x86_64:4.1.1 'Para obtener más detalles, visite la página de instalación.
// Node.js Mode
try ( V8Runtime v8Runtime = V8Host . getNodeInstance (). createV8Runtime ()) {
System . out . println ( v8Runtime . getExecutor ( "'Hello Javet'" ). executeString ());
}
// V8 Mode
try ( V8Runtime v8Runtime = V8Host . getV8Instance (). createV8Runtime ()) {
System . out . println ( v8Runtime . getExecutor ( "'Hello Javet'" ). executeString ());
}HIVEMQ | Sheetjs | Momen.App
Licencia Apache, versión 2.0