Mimic Parent

Mimicing is, indeed, kind of way to bypass java single inheritance paradigm. It allows to copy all declared fields, constructors and methods in a given class into another class.

License

License

GroupId

GroupId

com.github.stephanenicolas.mimic
ArtifactId

ArtifactId

mimic-parent
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Mimic Parent
Mimicing is, indeed, kind of way to bypass java single inheritance paradigm. It allows to copy all declared fields, constructors and methods in a given class into another class.

Download mimic-parent

Filename Size
mimic-parent-1.0.0.pom 7 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas.mimic/mimic-parent/ -->
<dependency>
    <groupId>com.github.stephanenicolas.mimic</groupId>
    <artifactId>mimic-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.mimic/mimic-parent/
implementation 'com.github.stephanenicolas.mimic:mimic-parent:1.0.0'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.mimic/mimic-parent/
implementation ("com.github.stephanenicolas.mimic:mimic-parent:1.0.0")
'com.github.stephanenicolas.mimic:mimic-parent:pom:1.0.0'
<dependency org="com.github.stephanenicolas.mimic" name="mimic-parent" rev="1.0.0">
  <artifact name="mimic-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.mimic', module='mimic-parent', version='1.0.0')
)
libraryDependencies += "com.github.stephanenicolas.mimic" % "mimic-parent" % "1.0.0"
[com.github.stephanenicolas.mimic/mimic-parent "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • mimic-annotations
  • mimic-library
  • mimic-sample

Versions

Version
1.0.0