MVN

net.sf.xtext-jbase : jbase

Maven & Gradle

Oct 19, 2021
10 stars
<dependency>
    <groupId>net.sf.xtext-jbase</groupId>
    <artifactId>jbase</artifactId>
    <version>0.12.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.xtext-jbase : jbase to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.2

All Versions

Choose a version of net.sf.xtext-jbase : jbase to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12.x
jbase-0.12.2
jbase-0.12.1
jbase-0.12.0
0.11.x
jbase-0.11.0
0.10.x
jbase-0.10.0
0.9.x
jbase-0.9.0
0.8.x
jbase-0.8.0
0.7.x
jbase-0.7.0
0.6.x
jbase-0.6.1
jbase-0.6.0
0.5.x
jbase-0.5.1
jbase-0.5.0
0.4.x
jbase-0.4.1
jbase-0.4.0
0.3.x
jbase-0.3.1
jbase-0.3.0
0.2.x
jbase-0.2.1
jbase-0.2.0
0.1.x
jbase-0.1.1
jbase-0.1.0

How to add a dependency to Maven

Add the following net.sf.xtext-jbase : jbase maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.xtext-jbase</groupId>
    <artifactId>jbase</artifactId>
    <version>0.12.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.xtext-jbase : jbase gradle dependency to your build.gradle file:

implementation 'net.sf.xtext-jbase:jbase:0.12.2'

Gradle Kotlin DSL: Add the following net.sf.xtext-jbase : jbase gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.xtext-jbase:jbase:0.12.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.xtext-jbase : jbase sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.xtext-jbase" % "jbase" % "0.12.2"

Advertisement