MVN

pt.ulisboa : ewp-host-plugin-demo

Maven & Gradle

Aug 07, 2023
0 stars

EWP Host Plugin Demo · EWP Host Demo project that implements EWP Host Plugin Skeleton.

<dependency>
    <groupId>pt.ulisboa</groupId>
    <artifactId>ewp-host-plugin-demo</artifactId>
    <version>0.18.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pt.ulisboa : ewp-host-plugin-demo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.18.0

All Versions

Choose a version of pt.ulisboa : ewp-host-plugin-demo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.18.x
ewp-host-plugin-demo-0.18.0
0.17.x
ewp-host-plugin-demo-0.17.4
ewp-host-plugin-demo-0.17.3
ewp-host-plugin-demo-0.17.2
ewp-host-plugin-demo-0.17.1
ewp-host-plugin-demo-0.17.0
0.16.x
ewp-host-plugin-demo-0.16.0
0.15.x
ewp-host-plugin-demo-0.15.0
0.14.x
ewp-host-plugin-demo-0.14.0
0.13.x
ewp-host-plugin-demo-0.13.1
ewp-host-plugin-demo-0.13.0
0.12.x
ewp-host-plugin-demo-0.12.2
ewp-host-plugin-demo-0.12.1
ewp-host-plugin-demo-0.12.0
0.11.x
ewp-host-plugin-demo-0.11.0
0.10.x
ewp-host-plugin-demo-0.10.0
0.9.x
ewp-host-plugin-demo-0.9.0
0.8.x
ewp-host-plugin-demo-0.8.0
0.7.x
ewp-host-plugin-demo-0.7.0
0.6.x
ewp-host-plugin-demo-0.6.0
0.5.x
ewp-host-plugin-demo-0.5.0
0.4.x
ewp-host-plugin-demo-0.4.0
0.3.x
ewp-host-plugin-demo-0.3.1
0.2.x
ewp-host-plugin-demo-0.2.2
ewp-host-plugin-demo-0.2.1
ewp-host-plugin-demo-0.2.0
0.1.x
ewp-host-plugin-demo-0.1.4
ewp-host-plugin-demo-0.1.3
ewp-host-plugin-demo-0.1.2
ewp-host-plugin-demo-0.1.1
ewp-host-plugin-demo-0.1.0

How to add a dependency to Maven

Add the following pt.ulisboa : ewp-host-plugin-demo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pt.ulisboa</groupId>
    <artifactId>ewp-host-plugin-demo</artifactId>
    <version>0.18.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pt.ulisboa : ewp-host-plugin-demo gradle dependency to your build.gradle file:

implementation 'pt.ulisboa:ewp-host-plugin-demo:0.18.0'

Gradle Kotlin DSL: Add the following pt.ulisboa : ewp-host-plugin-demo gradle kotlin dependency to your build.gradle.kts file:

implementation("pt.ulisboa:ewp-host-plugin-demo:0.18.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following pt.ulisboa : ewp-host-plugin-demo sbt scala dependency to your build.sbt file:

libraryDependencies += "pt.ulisboa" % "ewp-host-plugin-demo" % "0.18.0"

Advertisement