MVN

xdoclet-plugins : xdoclet-testapp-portlet

Maven & Gradle

Dec 14, 2005

xdoclet-testapp-portlet

<dependency>
    <groupId>xdoclet-plugins</groupId>
    <artifactId>xdoclet-testapp-portlet</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xdoclet-plugins : xdoclet-testapp-portlet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of xdoclet-plugins : xdoclet-testapp-portlet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20051012.090123
xdoclet-testapp-portlet-20051012.090123
20050302.203903
xdoclet-testapp-portlet-20050302.203903
20050302.201435
xdoclet-testapp-portlet-20050302.201435
20050302.195841
xdoclet-testapp-portlet-20050302.195841
20050302.194308
xdoclet-testapp-portlet-20050302.194308
20050302.192901
xdoclet-testapp-portlet-20050302.192901
20050222.202037
xdoclet-testapp-portlet-20050222.202037
20050221.205315
xdoclet-testapp-portlet-20050221.205315
20050208.124218
xdoclet-testapp-portlet-20050208.124218
20050208.123016
xdoclet-testapp-portlet-20050208.123016
20050206.203454
xdoclet-testapp-portlet-20050206.203454
1.0.x
xdoclet-testapp-portlet-1.0.3
xdoclet-testapp-portlet-1.0.2
xdoclet-testapp-portlet-1.0.1
1.0
xdoclet-testapp-portlet-1.0

How to add a dependency to Maven

Add the following xdoclet-plugins : xdoclet-testapp-portlet maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xdoclet-plugins</groupId>
    <artifactId>xdoclet-testapp-portlet</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xdoclet-plugins : xdoclet-testapp-portlet gradle dependency to your build.gradle file:

implementation 'xdoclet-plugins:xdoclet-testapp-portlet:1.0.3'

Gradle Kotlin DSL: Add the following xdoclet-plugins : xdoclet-testapp-portlet gradle kotlin dependency to your build.gradle.kts file:

implementation("xdoclet-plugins:xdoclet-testapp-portlet:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following xdoclet-plugins : xdoclet-testapp-portlet sbt scala dependency to your build.sbt file:

libraryDependencies += "xdoclet-plugins" % "xdoclet-testapp-portlet" % "1.0.3"