MVN

org.ferris : ferris-dyndns-jmce

Maven & Gradle

Sep 15, 2011

Ferris Dyndns JMCE: JMCE · Dyndns JMCE is an application deployed to a JMCE server whose purpose is to login to a Dyndns account because if that's not done on a regular basis the account gets deleted. MAVEN: mvn [-DskipTests] clean site package NOTES: After unzipping the binary on the JMCE server, make sure to copy the ferris-dyndns-jmce-private-0.0.1.jar to /bin so the app has the username/passwords it needs. 0.0.2: Changed project name from ferris-jmce-dyndns to ferris-dyndns-jmce Removed java.util.logging.Logger for Log4j Split into muli-module project 0.0.3: Update screen scrape based on changes to the dyndns website. 0.0.4: Update screen scrape (again) based on changes to the dyndns website. Changed parent to "ferris-standard-project" 0.0.5: - Update screen scrape (again) based on changes to the dyndns website. - Update pom.xml configuration to be in line with new parent pom. - Update project site

<dependency>
    <groupId>org.ferris</groupId>
    <artifactId>ferris-dyndns-jmce</artifactId>
    <version>0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ferris : ferris-dyndns-jmce to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of org.ferris : ferris-dyndns-jmce to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
ferris-dyndns-jmce-0.0.5

How to add a dependency to Maven

Add the following org.ferris : ferris-dyndns-jmce maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ferris</groupId>
    <artifactId>ferris-dyndns-jmce</artifactId>
    <version>0.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ferris : ferris-dyndns-jmce gradle dependency to your build.gradle file:

implementation 'org.ferris:ferris-dyndns-jmce:0.0.5'

Gradle Kotlin DSL: Add the following org.ferris : ferris-dyndns-jmce gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ferris:ferris-dyndns-jmce:0.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ferris : ferris-dyndns-jmce sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ferris" % "ferris-dyndns-jmce" % "0.0.5"

Advertisement