f

ferris-dyndns-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
http://ferris.sourceforge.net/dyndns-jmce
Files download
File Operation
ferris-dyndns-jmce-0.0.5.jar download
ferris-dyndns-jmce-0.0.5.pom download
ferris-dyndns-jmce-0.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ferris</groupId>
  <artifactId>ferris-dyndns-jmce</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'org.ferris:ferris-dyndns-jmce:0.0.5'
Gradle Kotlin
implementation("org.ferris:ferris-dyndns-jmce:0.0.5")
Scala SBT
libraryDependencies += "org.ferris" % "ferris-dyndns-jmce" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.ferris', module='ferris-dyndns-jmce', version='0.0.5')
)
Apache Ivy
<dependency org="org.ferris" name="ferris-dyndns-jmce" rev="0.0.5" />
Leiningen
[org.ferris/ferris-dyndns-jmce "0.0.5"]
Apache Buildr
'org.ferris:ferris-dyndns-jmce:jar:0.0.5'