grim

WebJar for grim

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

grim
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

grim
WebJar for grim
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/atom/grim

Download grim

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : event-kit jar [2.0.0,3)

Project Modules

There are no modules declared in this project.

Grim

OS X Build Status Windows Build Status Dependency Status

Log deprecate calls

Installing

npm install grim

Usage

Grim = require('grim')

function someOldMethod() {
  Grim.deprecate("Use theNewMethod instead.")
}

To view all calls to deprecated methods use Grim.logDeprecations() or get direct access to the deprecated calls by using Grim.getDeprecations()

org.webjars.npm

Atom

Free and open source text editor, brought to you by GitHub

Versions

Version
2.0.2