MVN

org.webjars.bowergithub.manolo : foo-element

Maven & Gradle

Aug 14, 2018
0 stars

foo-element · WebJar for foo-element

<dependency>
    <groupId>org.webjars.bowergithub.manolo</groupId>
    <artifactId>foo-element</artifactId>
    <version>0.0.1-beta58</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.manolo : foo-element to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-beta58
  • Latest Beta: 0.0.1-beta58

All Versions

Choose a version of org.webjars.bowergithub.manolo : foo-element to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
foo-element-0.0.1-beta58
foo-element-0.0.1-beta57
foo-element-0.0.1-beta13
foo-element-0.0.1-beta3
foo-element-0.0.1-beta2
foo-element-0.0.1-beta1

How to add a dependency to Maven

Add the following org.webjars.bowergithub.manolo : foo-element maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.manolo</groupId>
    <artifactId>foo-element</artifactId>
    <version>0.0.1-beta58</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.manolo : foo-element gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.manolo:foo-element:0.0.1-beta58'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.manolo : foo-element gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.manolo:foo-element:0.0.1-beta58")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.manolo : foo-element sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.manolo" % "foo-element" % "0.0.1-beta58"