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