文件下载
文件名 操作
cobol85-1.1.0.jar 下载
cobol85-1.1.0.pom 下载
cobol85-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.ReleaseStandard.CodeEditor.languages</groupId>
  <artifactId>cobol85</artifactId>
  <version>1.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.ReleaseStandard.CodeEditor.languages:cobol85:1.1.0'
Gradle Kotlin
implementation("io.github.ReleaseStandard.CodeEditor.languages:cobol85:1.1.0")
Scala SBT
libraryDependencies += "io.github.ReleaseStandard.CodeEditor.languages" % "cobol85" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ReleaseStandard.CodeEditor.languages', module='cobol85', version='1.1.0')
)
Apache Ivy
<dependency org="io.github.ReleaseStandard.CodeEditor.languages" name="cobol85" rev="1.1.0" />
Leiningen
[io.github.ReleaseStandard.CodeEditor.languages/cobol85 "1.1.0"]
Apache Buildr
'io.github.ReleaseStandard.CodeEditor.languages:cobol85:jar:1.1.0'