MVN

com.trueaccord.scalapb : scalapb-runtime_2.10

Maven & Gradle

Feb 05, 2018
19 usages
1.2k stars

scalapb-runtime · scalapb-runtime

<dependency>
    <groupId>com.trueaccord.scalapb</groupId>
    <artifactId>scalapb-runtime_2.10</artifactId>
    <version>0.5.48</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.trueaccord.scalapb : scalapb-runtime_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.48

All Versions

Choose a version of com.trueaccord.scalapb : scalapb-runtime_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
scalapb-runtime_2.10-0.6.7
scalapb-runtime_2.10-0.6.6
scalapb-runtime_2.10-0.6.5
scalapb-runtime_2.10-0.6.4
scalapb-runtime_2.10-0.6.3
scalapb-runtime_2.10-0.6.2
scalapb-runtime_2.10-0.6.1
scalapb-runtime_2.10-0.6.0
scalapb-runtime_2.10-0.6.0-pre5
scalapb-runtime_2.10-0.6.0-pre4
scalapb-runtime_2.10-0.6.0-pre3
scalapb-runtime_2.10-0.6.0-pre2
scalapb-runtime_2.10-0.6.0-pre1
0.5.x
scalapb-runtime_2.10-0.5.48
scalapb-runtime_2.10-0.5.47
scalapb-runtime_2.10-0.5.46
scalapb-runtime_2.10-0.5.45-p3
scalapb-runtime_2.10-0.5.45-p2
scalapb-runtime_2.10-0.5.45-p1
scalapb-runtime_2.10-0.5.45
scalapb-runtime_2.10-0.5.44
scalapb-runtime_2.10-0.5.43
scalapb-runtime_2.10-0.5.42
scalapb-runtime_2.10-0.5.41
scalapb-runtime_2.10-0.5.40
scalapb-runtime_2.10-0.5.39
scalapb-runtime_2.10-0.5.38
scalapb-runtime_2.10-0.5.37
scalapb-runtime_2.10-0.5.35
scalapb-runtime_2.10-0.5.34
scalapb-runtime_2.10-0.5.33
scalapb-runtime_2.10-0.5.32
scalapb-runtime_2.10-0.5.31
scalapb-runtime_2.10-0.5.30
scalapb-runtime_2.10-0.5.29
scalapb-runtime_2.10-0.5.28
scalapb-runtime_2.10-0.5.27
scalapb-runtime_2.10-0.5.26
scalapb-runtime_2.10-0.5.25
scalapb-runtime_2.10-0.5.24
scalapb-runtime_2.10-0.5.23
scalapb-runtime_2.10-0.5.22
scalapb-runtime_2.10-0.5.21
scalapb-runtime_2.10-0.5.19
scalapb-runtime_2.10-0.5.18
scalapb-runtime_2.10-0.5.17
scalapb-runtime_2.10-0.5.16
scalapb-runtime_2.10-0.5.15
scalapb-runtime_2.10-0.5.14
scalapb-runtime_2.10-0.5.13
scalapb-runtime_2.10-0.5.12
scalapb-runtime_2.10-0.5.11
scalapb-runtime_2.10-0.5.10
scalapb-runtime_2.10-0.5.9
scalapb-runtime_2.10-0.5.8
scalapb-runtime_2.10-0.5.7
scalapb-runtime_2.10-0.5.6
scalapb-runtime_2.10-0.5.5
scalapb-runtime_2.10-0.5.1
scalapb-runtime_2.10-0.5.0
0.4.x
scalapb-runtime_2.10-0.4.45-p1
scalapb-runtime_2.10-0.4.21
scalapb-runtime_2.10-0.4.20
scalapb-runtime_2.10-0.4.19
scalapb-runtime_2.10-0.4.18
scalapb-runtime_2.10-0.4.17
scalapb-runtime_2.10-0.4.16
scalapb-runtime_2.10-0.4.15
scalapb-runtime_2.10-0.4.14
scalapb-runtime_2.10-0.4.13
scalapb-runtime_2.10-0.4.12
scalapb-runtime_2.10-0.4.11
scalapb-runtime_2.10-0.4.10
scalapb-runtime_2.10-0.4.9
scalapb-runtime_2.10-0.4.8
scalapb-runtime_2.10-0.4.7
scalapb-runtime_2.10-0.4.6
scalapb-runtime_2.10-0.4.5
scalapb-runtime_2.10-0.4.4
scalapb-runtime_2.10-0.4.3
scalapb-runtime_2.10-0.4.2
scalapb-runtime_2.10-0.4.1
scalapb-runtime_2.10-0.4.0
0.3.x
scalapb-runtime_2.10-0.3.4
scalapb-runtime_2.10-0.3.3
scalapb-runtime_2.10-0.3.2
scalapb-runtime_2.10-0.3.1
scalapb-runtime_2.10-0.3.0
0.2.x
scalapb-runtime_2.10-0.2.1
0.2
scalapb-runtime_2.10-0.2
0.1
scalapb-runtime_2.10-0.1

How to add a dependency to Maven

Add the following com.trueaccord.scalapb : scalapb-runtime_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.trueaccord.scalapb</groupId>
    <artifactId>scalapb-runtime_2.10</artifactId>
    <version>0.5.48</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.trueaccord.scalapb : scalapb-runtime_2.10 gradle dependency to your build.gradle file:

implementation 'com.trueaccord.scalapb:scalapb-runtime_2.10:0.5.48'

Gradle Kotlin DSL: Add the following com.trueaccord.scalapb : scalapb-runtime_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.trueaccord.scalapb:scalapb-runtime_2.10:0.5.48")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.trueaccord.scalapb : scalapb-runtime_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.trueaccord.scalapb" % "scalapb-runtime_2.10" % "0.5.48"

Advertisement

Dependencies from Group

Feb 05, 2018
85 usages
1.2k stars
Feb 05, 2018
55 usages
1.2k stars
Feb 05, 2018
19 usages
1.2k stars
Feb 05, 2018
11 usages
1.2k stars
Feb 05, 2018
8 usages
1.2k stars

Discover Dependencies

Feb 05, 2022
8 usages
11 stars
Apr 27, 2020
10 usages
0 stars
Mar 08, 2013
36 usages
Sep 09, 2016
11 usages
7.4k stars
May 12, 2023
45 usages
10.6k stars
Aug 09, 2016
9 usages
83 stars
Nov 06, 2006
11 usages
Sep 14, 2019
26 usages
0 stars