| License | License | 
|---|---|
| GroupId | GroupIdcom.github.mcpat.gcf | 
| ArtifactId | ArtifactIdgcf-standard | 
| Last Version | Last Version0.6 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGCF-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) | 
| Filename | Size | 
|---|---|
| gcf-standard-0.6.pom | |
| gcf-standard-0.6.jar | 63 KB | 
| gcf-standard-0.6-sources.jar | 60 KB | 
| gcf-standard-0.6-javadoc.jar | 190 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.mcpat.gcf/gcf-standard/ -->
<dependency>
    <groupId>com.github.mcpat.gcf</groupId>
    <artifactId>gcf-standard</artifactId>
    <version>0.6</version>
</dependency>// https://jarcasting.com/artifacts/com.github.mcpat.gcf/gcf-standard/
implementation 'com.github.mcpat.gcf:gcf-standard:0.6'// https://jarcasting.com/artifacts/com.github.mcpat.gcf/gcf-standard/
implementation ("com.github.mcpat.gcf:gcf-standard:0.6")'com.github.mcpat.gcf:gcf-standard:jar:0.6'<dependency org="com.github.mcpat.gcf" name="gcf-standard" rev="0.6">
  <artifact name="gcf-standard" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.mcpat.gcf', module='gcf-standard', version='0.6')
)libraryDependencies += "com.github.mcpat.gcf" % "gcf-standard" % "0.6"[com.github.mcpat.gcf/gcf-standard "0.6"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.1 |