MVN

org.capnproto : runtime

Maven & Gradle

Nov 30, 2022
6 usages
369 stars

Cap'n Proto runtime library · runtime

<dependency>
    <groupId>org.capnproto</groupId>
    <artifactId>runtime</artifactId>
    <version>0.1.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.capnproto : runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.15

All Versions

Choose a version of org.capnproto : runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
runtime-0.1.15
runtime-0.1.14
runtime-0.1.13
runtime-0.1.12
runtime-0.1.11
runtime-0.1.10
runtime-0.1.9
runtime-0.1.8
runtime-0.1.7
runtime-0.1.6
runtime-0.1.5
runtime-0.1.4
runtime-0.1.3
runtime-0.1.2
runtime-0.1.1
runtime-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.capnproto</groupId>
    <artifactId>runtime</artifactId>
    <version>0.1.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.capnproto : runtime gradle dependency to your build.gradle file:

implementation 'org.capnproto:runtime:0.1.15'

Gradle Kotlin DSL: Add the following org.capnproto : runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("org.capnproto:runtime:0.1.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.capnproto : runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "org.capnproto" % "runtime" % "0.1.15"

Advertisement