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