stacky

WebJar for stacky

License

License

BSD 3-Clause
GroupId

GroupId

org.webjars.bowergithub.googlearchive
ArtifactId

ArtifactId

stacky
Last Version

Last Version

1.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

stacky
WebJar for stacky
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/googlearchive/stacky

Download stacky

How to add to project

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

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.

NPM version Build Status

Stacky

Formatting

stacky.pretty(error.stack):

Example Pretty Stack

pretty Provides several options allowing you to tweak the output format to your liking.

Parsing

stacky.parse(error.stack):

[
  {
    method:   'thingCalled',
    location: 'some/file.js',
    line:     1,
    column:   2,
  }
  ...
]
org.webjars.bowergithub.googlearchive

Google Archive

Where old projects go to retire. All projects here are completely frozen, though feel free to fork and continue using them on your own.

Versions

Version
1.3.2