jar

io.alicorn.v8 : v8-adapter

Maven & Gradle

Nov 01, 2018
36 stars

V8 Adapter · Adapter for sharing Java classes and objects with a V8 runtime.

Table Of Contents

Latest Version

Download io.alicorn.v8 : v8-adapter JAR file - Latest Versions:

All Versions

Download io.alicorn.v8 : v8-adapter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.59
1.58
1.57
1.56
1.55
1.50
1.41
1.30
1.21
1.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window v8-adapter-1.59.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.alicorn.v8.annotations

├─ io.alicorn.v8.annotations.JSDisableMethodAutodetect.class - [JAR]

├─ io.alicorn.v8.annotations.JSFunction.class - [JAR]

├─ io.alicorn.v8.annotations.JSGetter.class - [JAR]

├─ io.alicorn.v8.annotations.JSIgnore.class - [JAR]

├─ io.alicorn.v8.annotations.JSSetter.class - [JAR]

├─ io.alicorn.v8.annotations.JSStaticFunction.class - [JAR]

io.alicorn.v8

├─ io.alicorn.v8.ConcurrentV8.class - [JAR]

├─ io.alicorn.v8.ConcurrentV8Runnable.class - [JAR]

├─ io.alicorn.v8.JsBasedCallBack.class - [JAR]

├─ io.alicorn.v8.V8JavaAdapter.class - [JAR]

├─ io.alicorn.v8.V8JavaCache.class - [JAR]

├─ io.alicorn.v8.V8JavaClassInterceptor.class - [JAR]

├─ io.alicorn.v8.V8JavaClassInterceptorContext.class - [JAR]

├─ io.alicorn.v8.V8JavaClassProxy.class - [JAR]

├─ io.alicorn.v8.V8JavaInstanceMethodProxy.class - [JAR]

├─ io.alicorn.v8.V8JavaMethodProxy.class - [JAR]

├─ io.alicorn.v8.V8JavaObjectUtils.class - [JAR]

├─ io.alicorn.v8.V8JavaStaticMethodProxy.class - [JAR]

├─ io.alicorn.v8.V8Runtime.class - [JAR]

io.alicorn.v8.engine

├─ io.alicorn.v8.engine.V8ScriptingEngine.class - [JAR]

├─ io.alicorn.v8.engine.V8ScriptingEngineFactory.class - [JAR]

io.alicorn.v8.annotations.callback

├─ io.alicorn.v8.annotations.callback.JSListener.class - [JAR]

Advertisement