Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.reactivemarkets |
ArtifactId | ArtifactIdpapi |
Version | Version0.11.0 |
Type | Typejar |
Filename | Size |
---|---|
papi-0.11.0.pom | |
papi-0.11.0.jar | 28 KB |
papi-0.11.0-sources.jar | 12 KB |
papi-0.11.0-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.reactivemarkets/papi/ -->
<dependency>
<groupId>com.reactivemarkets</groupId>
<artifactId>papi</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.reactivemarkets/papi/
implementation 'com.reactivemarkets:papi:0.11.0'
// https://jarcasting.com/artifacts/com.reactivemarkets/papi/
implementation ("com.reactivemarkets:papi:0.11.0")
'com.reactivemarkets:papi:jar:0.11.0'
<dependency org="com.reactivemarkets" name="papi" rev="0.11.0">
<artifact name="papi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.reactivemarkets', module='papi', version='0.11.0')
)
libraryDependencies += "com.reactivemarkets" % "papi" % "0.11.0"
[com.reactivemarkets/papi "0.11.0"]