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