MVN

com.github.mcpat.gcf : gcf-standard

Maven & Gradle

Nov 19, 2010
4 usages

GCF-Standard · Standard implementation for the Generic Connection Framework with similarities to the following specifications: o Generic Connection Framework Optional Package for J2SE (JSR 197) o Module Information Device Profile 2.0 (JSR 118) o PDA Optional Packages for the J2ME Platform (JSR 75)

<dependency>
    <groupId>com.github.mcpat.gcf</groupId>
    <artifactId>gcf-standard</artifactId>
    <version>0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mcpat.gcf : gcf-standard to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6

All Versions

Choose a version of com.github.mcpat.gcf : gcf-standard to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6
gcf-standard-0.6

How to add a dependency to Maven

Add the following com.github.mcpat.gcf : gcf-standard maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mcpat.gcf</groupId>
    <artifactId>gcf-standard</artifactId>
    <version>0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mcpat.gcf : gcf-standard gradle dependency to your build.gradle file:

implementation 'com.github.mcpat.gcf:gcf-standard:0.6'

Gradle Kotlin DSL: Add the following com.github.mcpat.gcf : gcf-standard gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mcpat.gcf:gcf-standard:0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mcpat.gcf : gcf-standard sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mcpat.gcf" % "gcf-standard" % "0.6"