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