| License |
License |
|---|---|
| Categories |
CategoriesReact User Interface Web Frameworks |
| GroupId | GroupIdcom.reactivemarkets |
| ArtifactId | ArtifactIdpapi |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPlatform API for Java
Platform API for Java provides all Flatbuffers codecs for interacting with the Reactive Markets API.
|
| Filename | Size |
|---|---|
| papi-2.0.0.pom | |
| papi-2.0.0.jar | 28 KB |
| papi-2.0.0-sources.jar | 12 KB |
| papi-2.0.0-javadoc.jar | 134 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.reactivemarkets/papi/ -->
<dependency>
<groupId>com.reactivemarkets</groupId>
<artifactId>papi</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.reactivemarkets/papi/
implementation 'com.reactivemarkets:papi:2.0.0'
// https://jarcasting.com/artifacts/com.reactivemarkets/papi/
implementation ("com.reactivemarkets:papi:2.0.0")
'com.reactivemarkets:papi:jar:2.0.0'
<dependency org="com.reactivemarkets" name="papi" rev="2.0.0">
<artifact name="papi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.reactivemarkets', module='papi', version='2.0.0')
)
libraryDependencies += "com.reactivemarkets" % "papi" % "2.0.0"
[com.reactivemarkets/papi "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.flatbuffers : flatbuffers-java | jar | 1.12.0 |