MVN

org.bytedeco.javacpp-presets : hdf5

Maven & Gradle

Jan 10, 2019
13 usages
2.4k stars

JavaCPP Presets for HDF5

<dependency>
    <groupId>org.bytedeco.javacpp-presets</groupId>
    <artifactId>hdf5</artifactId>
    <version>1.10.4-1.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bytedeco.javacpp-presets : hdf5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.4-1.4.4

All Versions

Choose a version of org.bytedeco.javacpp-presets : hdf5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
hdf5-1.10.4-1.4.4
hdf5-1.10.3-1.4.3
hdf5-1.10.2-1.4.2
hdf5-1.10.1-1.4.1
hdf5-1.10.1-1.4
hdf5-1.10.1-1.3
hdf5-1.10.0-patch1-1.3
hdf5-1.10.0-patch1-1.2

How to add a dependency to Maven

Add the following org.bytedeco.javacpp-presets : hdf5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bytedeco.javacpp-presets</groupId>
    <artifactId>hdf5</artifactId>
    <version>1.10.4-1.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bytedeco.javacpp-presets : hdf5 gradle dependency to your build.gradle file:

implementation 'org.bytedeco.javacpp-presets:hdf5:1.10.4-1.4.4'

Gradle Kotlin DSL: Add the following org.bytedeco.javacpp-presets : hdf5 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bytedeco.javacpp-presets:hdf5:1.10.4-1.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bytedeco.javacpp-presets : hdf5 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bytedeco.javacpp-presets" % "hdf5" % "1.10.4-1.4.4"

Advertisement