MVN

net.java.dev.weblets : weblets-impl

Maven & Gradle

May 20, 2010
3 usages

Weblets Impl · Weblets Implementation

<dependency>
    <groupId>net.java.dev.weblets</groupId>
    <artifactId>weblets-impl</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.java.dev.weblets : weblets-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1
  • Latest Beta: 1.1.1-BETA-1

All Versions

Choose a version of net.java.dev.weblets : weblets-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
weblets-impl-1.1.1-BETA-1
1.1
weblets-impl-1.1
1.0
weblets-impl-1.0
0.4
weblets-impl-0.4
0.2
weblets-impl-0.2

How to add a dependency to Maven

Add the following net.java.dev.weblets : weblets-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.java.dev.weblets</groupId>
    <artifactId>weblets-impl</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.java.dev.weblets : weblets-impl gradle dependency to your build.gradle file:

implementation 'net.java.dev.weblets:weblets-impl:1.1'

Gradle Kotlin DSL: Add the following net.java.dev.weblets : weblets-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("net.java.dev.weblets:weblets-impl:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.java.dev.weblets : weblets-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "net.java.dev.weblets" % "weblets-impl" % "1.1"

Advertisement