| License |
License |
|---|---|
| GroupId | GroupIdcom.github.stephanenicolas.mimic |
| ArtifactId | ArtifactIdmimic-parent |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionMimic 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.
|
| Filename | Size |
|---|---|
| mimic-parent-1.0.0.pom | 7 KB |
| Browse |
<!-- 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"]