Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.moomoon |
ArtifactId | ArtifactIdAutoRxBinder |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
AutoRxBinder-0.1.1.pom | |
AutoRxBinder-0.1.1.jar | 26 KB |
AutoRxBinder-0.1.1-sources.jar | 11 KB |
AutoRxBinder-0.1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.moomoon/AutoRxBinder/
implementation 'com.github.moomoon:AutoRxBinder:0.1.1'
// https://jarcasting.com/artifacts/com.github.moomoon/AutoRxBinder/
implementation ("com.github.moomoon:AutoRxBinder:0.1.1")
'com.github.moomoon:AutoRxBinder:jar:0.1.1'
<dependency org="com.github.moomoon" name="AutoRxBinder" rev="0.1.1">
<artifact name="AutoRxBinder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.moomoon', module='AutoRxBinder', version='0.1.1')
)
libraryDependencies += "com.github.moomoon" % "AutoRxBinder" % "0.1.1"
[com.github.moomoon/AutoRxBinder "0.1.1"]