MVN

se.motility.inheritables : inheritables

Maven & Gradle

Aug 27, 2018
0 stars

inheritables · Annotation processing with the concept of 'extended inheritance'. Identifies classes missing a default constructor at compile-time

<dependency>
    <groupId>se.motility.inheritables</groupId>
    <artifactId>inheritables</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.motility.inheritables : inheritables to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of se.motility.inheritables : inheritables to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
inheritables-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>se.motility.inheritables</groupId>
    <artifactId>inheritables</artifactId>
    <version>1.0.0</version>
</dependency>