component-inherit

WebJar for component-inherit

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

component-inherit
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

component-inherit
WebJar for component-inherit
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/component/inherit

Download component-inherit

How to add to project

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

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.

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

function Human() {}
function Woman() {}

inherit(Woman, Human);

License

MIT

org.webjars.npm

Components

modular components for component

Versions

Version
0.0.3