MVN

tech.storezhang : media

Maven & Gradle

Mar 11, 2022
1 stars

Media · 媒体资源Protobuf协议Java版,可以提供基础的媒体资源定义,方便在开发中使用媒体相关信息,包括: 1、格式 2、分辨率 3、类型

<dependency>
    <groupId>tech.storezhang</groupId>
    <artifactId>media</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.storezhang : media to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of tech.storezhang : media to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
media-0.0.2
media-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>tech.storezhang</groupId>
    <artifactId>media</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.storezhang : media gradle dependency to your build.gradle file:

implementation 'tech.storezhang:media:0.0.2'

Gradle Kotlin DSL: Add the following tech.storezhang : media gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.storezhang:media:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.storezhang : media sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.storezhang" % "media" % "0.0.2"

Advertisement