MVN

org.softsmithy.lib : softsmithy-lib-compiler

Maven & Gradle

Dec 03, 2019
3 usages
4 stars

SoftSmithy Utility Library - Compiler · A Java annotation compiler utility library.

<dependency>
    <groupId>org.softsmithy.lib</groupId>
    <artifactId>softsmithy-lib-compiler</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.softsmithy.lib : softsmithy-lib-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of org.softsmithy.lib : softsmithy-lib-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
softsmithy-lib-compiler-2.1.1
2.1
softsmithy-lib-compiler-2.1
2.0
softsmithy-lib-compiler-2.0
1.1.x
softsmithy-lib-compiler-1.1.1
1.0
softsmithy-lib-compiler-1.0
0.9
softsmithy-lib-compiler-0.9
0.8
softsmithy-lib-compiler-0.8

How to add a dependency to Maven

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

<dependency>
    <groupId>org.softsmithy.lib</groupId>
    <artifactId>softsmithy-lib-compiler</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.softsmithy.lib : softsmithy-lib-compiler gradle dependency to your build.gradle file:

implementation 'org.softsmithy.lib:softsmithy-lib-compiler:2.1.1'

Gradle Kotlin DSL: Add the following org.softsmithy.lib : softsmithy-lib-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("org.softsmithy.lib:softsmithy-lib-compiler:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.softsmithy.lib : softsmithy-lib-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "org.softsmithy.lib" % "softsmithy-lib-compiler" % "2.1.1"

Advertisement