miniraf

WebJar for miniraf

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

miniraf
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

miniraf
WebJar for miniraf
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jlmakes/miniraf

Download miniraf

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Build status Coverage Version 0.2 kB min+gzip MIT License

Installation

Browser

A simple and fast way to get started is to include this script on your page:

<script src="https://unpkg.com/miniraf"></script>

This will create the global variable miniraf.

Module

npm install miniraf

CommonJS

const miniraf = require('miniraf')

ES2015

import miniraf from 'miniraf'

Versions

Version
1.0.0