MVN

tech.neander : langoustine-lsp_native0.4_3

Maven & Gradle

Jun 04, 2023
47 stars

langoustine-lsp · langoustine-lsp

<dependency>
    <groupId>tech.neander</groupId>
    <artifactId>langoustine-lsp_native0.4_3</artifactId>
    <version>0.0.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.neander : langoustine-lsp_native0.4_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.21

All Versions

Choose a version of tech.neander : langoustine-lsp_native0.4_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
langoustine-lsp_native0.4_3-0.0.21
langoustine-lsp_native0.4_3-0.0.20
langoustine-lsp_native0.4_3-0.0.19
langoustine-lsp_native0.4_3-0.0.18
langoustine-lsp_native0.4_3-0.0.17
langoustine-lsp_native0.4_3-0.0.16
langoustine-lsp_native0.4_3-0.0.15
langoustine-lsp_native0.4_3-0.0.14
langoustine-lsp_native0.4_3-0.0.13
langoustine-lsp_native0.4_3-0.0.12
langoustine-lsp_native0.4_3-0.0.11
langoustine-lsp_native0.4_3-0.0.10
langoustine-lsp_native0.4_3-0.0.9
langoustine-lsp_native0.4_3-0.0.8
langoustine-lsp_native0.4_3-0.0.7
langoustine-lsp_native0.4_3-0.0.6
langoustine-lsp_native0.4_3-0.0.5
langoustine-lsp_native0.4_3-0.0.4

How to add a dependency to Maven

Add the following tech.neander : langoustine-lsp_native0.4_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.neander</groupId>
    <artifactId>langoustine-lsp_native0.4_3</artifactId>
    <version>0.0.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.neander : langoustine-lsp_native0.4_3 gradle dependency to your build.gradle file:

implementation 'tech.neander:langoustine-lsp_native0.4_3:0.0.21'

Gradle Kotlin DSL: Add the following tech.neander : langoustine-lsp_native0.4_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.neander:langoustine-lsp_native0.4_3:0.0.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.neander : langoustine-lsp_native0.4_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.neander" % "langoustine-lsp_native0.4_3" % "0.0.21"

Advertisement