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