o

openml-python-common

Contains classes and logic related with the import of any Python models.
文件下载
文件名 操作
openml-python-common-0.1.7.jar 下载
openml-python-common-0.1.7.pom 下载
openml-python-common-0.1.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.feedzai</groupId>
  <artifactId>openml-python-common</artifactId>
  <version>0.1.7</version>
</dependency>
Gradle Groovy
implementation 'com.feedzai:openml-python-common:0.1.7'
Gradle Kotlin
implementation("com.feedzai:openml-python-common:0.1.7")
Scala SBT
libraryDependencies += "com.feedzai" % "openml-python-common" % "0.1.7"
Groovy Grape
@Grapes(
  @Grab(group='com.feedzai', module='openml-python-common', version='0.1.7')
)
Apache Ivy
<dependency org="com.feedzai" name="openml-python-common" rev="0.1.7" />
Leiningen
[com.feedzai/openml-python-common "0.1.7"]
Apache Buildr
'com.feedzai:openml-python-common:jar:0.1.7'