MVN

org.microbean : microbean-type

Maven & Gradle

May 23, 2022
3 usages
2 stars

microBean™ Type · microBean™ Type: Utility classes for working with type systems

<dependency>
    <groupId>org.microbean</groupId>
    <artifactId>microbean-type</artifactId>
    <version>0.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.microbean : microbean-type to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.3

All Versions

Choose a version of org.microbean : microbean-type to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
microbean-type-0.3.3
microbean-type-0.3.2
microbean-type-0.3.1
microbean-type-0.3.0
0.2.x
microbean-type-0.2.14
microbean-type-0.2.13
microbean-type-0.2.12
microbean-type-0.2.11
microbean-type-0.2.10
microbean-type-0.2.9
microbean-type-0.2.8
microbean-type-0.2.7
microbean-type-0.2.6
microbean-type-0.2.5
microbean-type-0.2.4
microbean-type-0.2.3
microbean-type-0.2.2
microbean-type-0.2.1
microbean-type-0.2.0
0.0.x
microbean-type-0.0.14
microbean-type-0.0.12
microbean-type-0.0.11
microbean-type-0.0.9
microbean-type-0.0.8
microbean-type-0.0.7
microbean-type-0.0.6
microbean-type-0.0.4
microbean-type-0.0.3
microbean-type-0.0.2
microbean-type-0.0.1

How to add a dependency to Maven

Add the following org.microbean : microbean-type maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.microbean</groupId>
    <artifactId>microbean-type</artifactId>
    <version>0.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.microbean : microbean-type gradle dependency to your build.gradle file:

implementation 'org.microbean:microbean-type:0.3.3'

Gradle Kotlin DSL: Add the following org.microbean : microbean-type gradle kotlin dependency to your build.gradle.kts file:

implementation("org.microbean:microbean-type:0.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.microbean : microbean-type sbt scala dependency to your build.sbt file:

libraryDependencies += "org.microbean" % "microbean-type" % "0.3.3"