t

telenav-third-party-protostuff

文件下载
文件名 操作
telenav-third-party-protostuff-1.5.8.jar 下载
telenav-third-party-protostuff-1.5.8.pom 下载
telenav-third-party-protostuff-1.5.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.telenav.third.party</groupId>
  <artifactId>telenav-third-party-protostuff</artifactId>
  <version>1.5.8</version>
</dependency>
Gradle Groovy
implementation 'com.telenav.third.party:telenav-third-party-protostuff:1.5.8'
Gradle Kotlin
implementation("com.telenav.third.party:telenav-third-party-protostuff:1.5.8")
Scala SBT
libraryDependencies += "com.telenav.third.party" % "telenav-third-party-protostuff" % "1.5.8"
Groovy Grape
@Grapes(
  @Grab(group='com.telenav.third.party', module='telenav-third-party-protostuff', version='1.5.8')
)
Apache Ivy
<dependency org="com.telenav.third.party" name="telenav-third-party-protostuff" rev="1.5.8" />
Leiningen
[com.telenav.third.party/telenav-third-party-protostuff "1.5.8"]
Apache Buildr
'com.telenav.third.party:telenav-third-party-protostuff:jar:1.5.8'