Categories |
CategoriesNet React User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.pwittchen |
ArtifactId | ArtifactIdreactivenetwork |
Version | Version0.12.4 |
Type | Typeaar |
Filename | Size |
---|---|
reactivenetwork-0.12.4.pom | |
reactivenetwork-0.12.4.aar | 29 KB |
reactivenetwork-0.12.4-sources.jar | 20 KB |
reactivenetwork-0.12.4-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/reactivenetwork/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>reactivenetwork</artifactId>
<version>0.12.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivenetwork/
implementation 'com.github.pwittchen:reactivenetwork:0.12.4'
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivenetwork/
implementation ("com.github.pwittchen:reactivenetwork:0.12.4")
'com.github.pwittchen:reactivenetwork:aar:0.12.4'
<dependency org="com.github.pwittchen" name="reactivenetwork" rev="0.12.4">
<artifact name="reactivenetwork" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='reactivenetwork', version='0.12.4')
)
libraryDependencies += "com.github.pwittchen" % "reactivenetwork" % "0.12.4"
[com.github.pwittchen/reactivenetwork "0.12.4"]