MVN

com.coherentlogic.fred.client : fred-client-webstart-application

Maven & Gradle

Oct 14, 2016
1 usages

fred-client-webstart-application · This application demonstrates how to use the FRED Client and allows the developer to write custom queries via the FRED Client API.

<dependency>
    <groupId>com.coherentlogic.fred.client</groupId>
    <artifactId>fred-client-webstart-application</artifactId>
    <version>1.0.11-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.coherentlogic.fred.client : fred-client-webstart-application to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.11-RELEASE

All Versions

Choose a version of com.coherentlogic.fred.client : fred-client-webstart-application to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
fred-client-webstart-application-1.0.11-RELEASE
fred-client-webstart-application-1.0.9-RELEASE
fred-client-webstart-application-1.0.7-RELEASE
fred-client-webstart-application-1.0.6-RELEASE
0.9.x
fred-client-webstart-application-0.9.14
fred-client-webstart-application-0.9.13
fred-client-webstart-application-0.9.12
fred-client-webstart-application-0.9.11
fred-client-webstart-application-0.9.9
fred-client-webstart-application-0.9.8
fred-client-webstart-application-0.9.7
fred-client-webstart-application-0.9.3

How to add a dependency to Maven

Add the following com.coherentlogic.fred.client : fred-client-webstart-application maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.coherentlogic.fred.client</groupId>
    <artifactId>fred-client-webstart-application</artifactId>
    <version>1.0.11-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.coherentlogic.fred.client : fred-client-webstart-application gradle dependency to your build.gradle file:

implementation 'com.coherentlogic.fred.client:fred-client-webstart-application:1.0.11-RELEASE'

Gradle Kotlin DSL: Add the following com.coherentlogic.fred.client : fred-client-webstart-application gradle kotlin dependency to your build.gradle.kts file:

implementation("com.coherentlogic.fred.client:fred-client-webstart-application:1.0.11-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.coherentlogic.fred.client : fred-client-webstart-application sbt scala dependency to your build.sbt file:

libraryDependencies += "com.coherentlogic.fred.client" % "fred-client-webstart-application" % "1.0.11-RELEASE"

Advertisement