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