文件下载
文件名 操作
opc-1.08.jar 下载
opc-1.08.pom 下载
opc-1.08-sources.jar 下载
Apache Maven
<dependency>
  <groupId>fr.bmartel</groupId>
  <artifactId>opc</artifactId>
  <version>1.08</version>
</dependency>
Gradle Groovy
implementation 'fr.bmartel:opc:1.08'
Gradle Kotlin
implementation("fr.bmartel:opc:1.08")
Scala SBT
libraryDependencies += "fr.bmartel" % "opc" % "1.08"
Groovy Grape
@Grapes(
  @Grab(group='fr.bmartel', module='opc', version='1.08')
)
Apache Ivy
<dependency org="fr.bmartel" name="opc" rev="1.08" />
Leiningen
[fr.bmartel/opc "1.08"]
Apache Buildr
'fr.bmartel:opc:jar:1.08'
本项目依赖