static-extend
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>static-extend</artifactId>
<version>0.1.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>static-extend</artifactId>
<version>0.1.2</version>
<name>static-extend</name>
<description>Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.</description>
<url>https://github.com/jonschlinkert/static-extend</url>
<organization>
<name>Jon Schlinkert</name>
<url>https://github.com/jonschlinkert/static-extend</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>jonschlinkert</name>
<email>github@sellside.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/jonschlinkert/static-extend.git</connection>
<developerConnection>https://github.com/jonschlinkert/static-extend.git</developerConnection>
<url>https://github.com/jonschlinkert/static-extend</url>
</scm>
<issueManagement>
<url>https://github.com/jonschlinkert/static-extend/issues</url>
</issueManagement>
<properties>
<org.mvnpm-object-copy.version>[0.1.0,0.2)</org.mvnpm-object-copy.version>
<org.mvnpm-define-property.version>[0.2.5,0.3)</org.mvnpm-define-property.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>define-property</artifactId>
<version>${org.mvnpm-define-property.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>object-copy</artifactId>
<version>${org.mvnpm-object-copy.version}</version>
</dependency>
</dependencies>
</project>