MVN

codes.rafael.structuraltype : structural-type

Maven & Gradle

Apr 14, 2023
0 stars

Structural types for Java · This project aims to create a structural representation of similar nominal Java classes. A structural type is represented by an interface that contains property accessors for all properties that are defined by those classes. For each class, a projection class is generated that implements that interface for delegation to the nominal classes for which the structure was created. Additionally, a template implementation is created that implements the structural interface as a Java bean.

<dependency>
    <groupId>codes.rafael.structuraltype</groupId>
    <artifactId>structural-type</artifactId>
    <version>1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of codes.rafael.structuraltype : structural-type to add to Maven - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of codes.rafael.structuraltype : structural-type to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5
structural-type-1.5
1.4
structural-type-1.4
1.3
structural-type-1.3
1.2
structural-type-1.2
1.1
structural-type-1.1
1.0
structural-type-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>codes.rafael.structuraltype</groupId>
    <artifactId>structural-type</artifactId>
    <version>1.5</version>
</dependency>