asciidoctor-opal-runtime

WebJar for asciidoctor-opal-runtime

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

asciidoctor-opal-runtime
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

asciidoctor-opal-runtime
WebJar for asciidoctor-opal-runtime
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/mogztter/asciidoctor-opal-node-runtime

Download asciidoctor-opal-runtime

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/asciidoctor-opal-runtime/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>asciidoctor-opal-runtime</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/asciidoctor-opal-runtime/
implementation 'org.webjars.npm:asciidoctor-opal-runtime:0.3.0'
// https://jarcasting.com/artifacts/org.webjars.npm/asciidoctor-opal-runtime/
implementation ("org.webjars.npm:asciidoctor-opal-runtime:0.3.0")
'org.webjars.npm:asciidoctor-opal-runtime:jar:0.3.0'
<dependency org="org.webjars.npm" name="asciidoctor-opal-runtime" rev="0.3.0">
  <artifact name="asciidoctor-opal-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='asciidoctor-opal-runtime', version='0.3.0')
)
libraryDependencies += "org.webjars.npm" % "asciidoctor-opal-runtime" % "0.3.0"
[org.webjars.npm/asciidoctor-opal-runtime "0.3.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : glob jar [7.1.3]
org.webjars.npm : unxhr jar [1.0.1]

Project Modules

There are no modules declared in this project.

Opal Runtime for Asciidoctor.js

Travis build status npm version

🔥 CAUTION: This library is an highly optimized version of the Opal runtime that contains the bare minimum to run Asciidoctor. If you are looking for a general purpose Opal runtime, please use https://www.npmjs.com/package/opal-runtime.

Usage

import Opal from 'asciidoctor-opal-runtime'
// Now let's have fun with Opal!

This library is also available as a CommonJS module:

const Opal = require('asciidoctor-opal-runtime')
// Now let's have fun with Opal!

Versions

Version
0.3.0