MVN

org.grails.profiles : angular

Maven & Gradle

Feb 06, 2023
6 stars

Angular Profile · A profile for creating applications with Angular

<dependency>
    <groupId>org.grails.profiles</groupId>
    <artifactId>angular</artifactId>
    <version>8.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.grails.profiles : angular to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.2

All Versions

Choose a version of org.grails.profiles : angular to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
angular-8.0.2

How to add a dependency to Maven

Add the following org.grails.profiles : angular maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.grails.profiles</groupId>
    <artifactId>angular</artifactId>
    <version>8.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.grails.profiles : angular gradle dependency to your build.gradle file:

implementation 'org.grails.profiles:angular:8.0.2'

Gradle Kotlin DSL: Add the following org.grails.profiles : angular gradle kotlin dependency to your build.gradle.kts file:

implementation("org.grails.profiles:angular:8.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.grails.profiles : angular sbt scala dependency to your build.sbt file:

libraryDependencies += "org.grails.profiles" % "angular" % "8.0.2"

Advertisement