MVN

org.microbean : microbean-path

Maven & Gradle

May 05, 2022
3 usages
0 stars

microBean™ Path · microBean™ Path: selectors for Java objects

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

Latest Version

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

  • Latest Stable: 0.1.0

All Versions

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

Version Vulnerabilities Updated
0.1.x
microbean-path-0.1.0
0.0.x
microbean-path-0.0.14
microbean-path-0.0.13
microbean-path-0.0.12
microbean-path-0.0.11
microbean-path-0.0.10
microbean-path-0.0.9
microbean-path-0.0.8
microbean-path-0.0.7
microbean-path-0.0.6
microbean-path-0.0.5
microbean-path-0.0.4
microbean-path-0.0.3
microbean-path-0.0.2
microbean-path-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.microbean</groupId>
    <artifactId>microbean-path</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.microbean:microbean-path:0.1.0'

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

implementation("org.microbean:microbean-path:0.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.microbean" % "microbean-path" % "0.1.0"

Advertisement