MVN

com.ultralytics : ultralytics

Maven & Gradle

Apr 29, 2023
0 stars

ultralytics · A framework for interfacing with Ultralytics HUB

<dependency>
    <groupId>com.ultralytics</groupId>
    <artifactId>ultralytics</artifactId>
    <version>0.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ultralytics : ultralytics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.15

All Versions

Choose a version of com.ultralytics : ultralytics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
ultralytics-0.0.15
ultralytics-0.0.14
ultralytics-0.0.13
ultralytics-0.0.12
ultralytics-0.0.8
ultralytics-0.0.7
ultralytics-0.0.5
ultralytics-0.0.3
ultralytics-0.0.2
ultralytics-0.0.1

How to add a dependency to Maven

Add the following com.ultralytics : ultralytics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ultralytics</groupId>
    <artifactId>ultralytics</artifactId>
    <version>0.0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ultralytics : ultralytics gradle dependency to your build.gradle file:

implementation 'com.ultralytics:ultralytics:0.0.15'

Gradle Kotlin DSL: Add the following com.ultralytics : ultralytics gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ultralytics:ultralytics:0.0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ultralytics : ultralytics sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ultralytics" % "ultralytics" % "0.0.15"

Advertisement