MVN

net.florianschoppmann.java : java-types

Maven & Gradle

May 26, 2015
2 usages
15 stars

Java Types · Skeletal implementation of interface javax.lang.model.util.Types, plus concrete realization backed by core Java Reflection API, akin to JEP 119. This module implements those methods in interface javax.lang.model.util.Types that pertain to the Java type system, plus it provides a method for resolving formal type parameters to actual type arguments. These methods have no equivalent in the Java Reflection API. The abstract skeletal implementation in this module is meant to be specialized for a particular javax.lang.model implementation. The abstraction makes this module well-suited to be used in projects that contain javax.lang.model as part of their domain model (for instance, implementations of alternative languages on top of the JVM).

<dependency>
    <groupId>net.florianschoppmann.java</groupId>
    <artifactId>java-types</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.florianschoppmann.java : java-types to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of net.florianschoppmann.java : java-types to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
java-types-1.0.1
java-types-1.0.0

How to add a dependency to Maven

Add the following net.florianschoppmann.java : java-types maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.florianschoppmann.java</groupId>
    <artifactId>java-types</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.florianschoppmann.java : java-types gradle dependency to your build.gradle file:

implementation 'net.florianschoppmann.java:java-types:1.0.1'

Gradle Kotlin DSL: Add the following net.florianschoppmann.java : java-types gradle kotlin dependency to your build.gradle.kts file:

implementation("net.florianschoppmann.java:java-types:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.florianschoppmann.java : java-types sbt scala dependency to your build.sbt file:

libraryDependencies += "net.florianschoppmann.java" % "java-types" % "1.0.1"

Advertisement

Dependencies from Group

May 26, 2015
2 usages
15 stars

Discover Dependencies

sf
Jan 19, 2023
5 usages
12 stars
Apr 18, 2016
5 usages
Feb 12, 2023
9 usages
0 stars
Feb 24, 2016
2 usages
2 stars
Jan 19, 2022
5 usages
16 stars
Mar 22, 2022
6 usages
3 stars
Jun 18, 2019
2 usages
735 stars