MVN

pt.up.fe.specs : lara-framework

Maven & Gradle

Jun 16, 2020
9 stars

LARA Framework · Tools and APIs for developing source-to-source compilers that execute LARA scripts

<dependency>
    <groupId>pt.up.fe.specs</groupId>
    <artifactId>lara-framework</artifactId>
    <version>202006160102</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pt.up.fe.specs : lara-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 202006160102

All Versions

Choose a version of pt.up.fe.specs : lara-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
202006160102
lara-framework-202006160102
202003061350
lara-framework-202003061350
201909101509
lara-framework-201909101509
201906101921
lara-framework-201906101921

How to add a dependency to Maven

Add the following pt.up.fe.specs : lara-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pt.up.fe.specs</groupId>
    <artifactId>lara-framework</artifactId>
    <version>202006160102</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pt.up.fe.specs : lara-framework gradle dependency to your build.gradle file:

implementation 'pt.up.fe.specs:lara-framework:202006160102'

Gradle Kotlin DSL: Add the following pt.up.fe.specs : lara-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("pt.up.fe.specs:lara-framework:202006160102")

How to add a dependency to SBT Scala

SBT Scala: Add the following pt.up.fe.specs : lara-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "pt.up.fe.specs" % "lara-framework" % "202006160102"

Advertisement