Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.moomoon |
ArtifactId | ArtifactIdAutoRxBinder |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
AutoRxBinder-0.1.3.pom | |
AutoRxBinder-0.1.3.jar | 27 KB |
AutoRxBinder-0.1.3-sources.jar | 11 KB |
AutoRxBinder-0.1.3-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.moomoon/AutoRxBinder/ -->
<dependency>
<groupId>com.github.moomoon</groupId>
<artifactId>AutoRxBinder</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.moomoon/AutoRxBinder/
implementation 'com.github.moomoon:AutoRxBinder:0.1.3'
// https://jarcasting.com/artifacts/com.github.moomoon/AutoRxBinder/
implementation ("com.github.moomoon:AutoRxBinder:0.1.3")
'com.github.moomoon:AutoRxBinder:jar:0.1.3'
<dependency org="com.github.moomoon" name="AutoRxBinder" rev="0.1.3">
<artifact name="AutoRxBinder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.moomoon', module='AutoRxBinder', version='0.1.3')
)
libraryDependencies += "com.github.moomoon" % "AutoRxBinder" % "0.1.3"
[com.github.moomoon/AutoRxBinder "0.1.3"]