global
Require global variables
Example
var global = require("global")
var document = require("global/document")
var window = require("global/window")
Installation
npm install global
Contributors
- Raynos
| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars.bowergithub.raynos |
| ArtifactId | ArtifactIdglobal |
| Last Version | Last Version4.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionglobal
WebJar for global
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| global-4.3.2.pom | |
| global-4.3.2.jar | 5 KB |
| global-4.3.2-sources.jar | 22 bytes |
| global-4.3.2-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.raynos/global/ -->
<dependency>
<groupId>org.webjars.bowergithub.raynos</groupId>
<artifactId>global</artifactId>
<version>4.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.raynos/global/
implementation 'org.webjars.bowergithub.raynos:global:4.3.2'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.raynos/global/
implementation ("org.webjars.bowergithub.raynos:global:4.3.2")
'org.webjars.bowergithub.raynos:global:jar:4.3.2'
<dependency org="org.webjars.bowergithub.raynos" name="global" rev="4.3.2">
<artifact name="global" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.raynos', module='global', version='4.3.2')
)
libraryDependencies += "org.webjars.bowergithub.raynos" % "global" % "4.3.2"
[org.webjars.bowergithub.raynos/global "4.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.webjars.bowergithub.raynos : min-document | jar | [2.19.0,3) |
| org.webjars.bowergithub.defunctzombie : node-process | jar | [0.5.1,0.6) |
Require global variables
var global = require("global")
var document = require("global/document")
var window = require("global/window")
npm install global