| License |
License |
|---|---|
| GroupId | GroupIdorg.capnproto |
| ArtifactId | ArtifactIdruntime |
| Version | Version0.1.8 |
| Type | Typejar |
| Description |
DescriptionCap'n Proto runtime library
runtime
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationorg.capnproto |
| Filename | Size |
|---|---|
| runtime-0.1.8.pom | |
| runtime-0.1.8.jar | 120 KB |
| runtime-0.1.8-sources.jar | 80 KB |
| runtime-0.1.8-javadoc.jar | 992 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.capnproto/runtime/ -->
<dependency>
<groupId>org.capnproto</groupId>
<artifactId>runtime</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.capnproto/runtime/
implementation 'org.capnproto:runtime:0.1.8'
// https://jarcasting.com/artifacts/org.capnproto/runtime/
implementation ("org.capnproto:runtime:0.1.8")
'org.capnproto:runtime:jar:0.1.8'
<dependency org="org.capnproto" name="runtime" rev="0.1.8">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.capnproto', module='runtime', version='0.1.8')
)
libraryDependencies += "org.capnproto" % "runtime" % "0.1.8"
[org.capnproto/runtime "0.1.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |