meowflux
implementation 'com.github.rougsig:meowflux-core:1.0.0' 
| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.rougsig | 
    
| ArtifactId | ArtifactIdrxflux-core | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionRxFlux Core 
            FLUX pattern in kotlin with rxJava2 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| rxflux-core-1.0.0.pom | |
| rxflux-core-1.0.0.jar | 52 KB | 
| rxflux-core-1.0.0-sources.jar | 6 KB | 
| rxflux-core-1.0.0-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.rougsig/rxflux-core/ -->
<dependency>
    <groupId>com.github.rougsig</groupId>
    <artifactId>rxflux-core</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.rougsig/rxflux-core/
implementation 'com.github.rougsig:rxflux-core:1.0.0'
                // https://jarcasting.com/artifacts/com.github.rougsig/rxflux-core/
implementation ("com.github.rougsig:rxflux-core:1.0.0")
                'com.github.rougsig:rxflux-core:jar:1.0.0'
                <dependency org="com.github.rougsig" name="rxflux-core" rev="1.0.0">
  <artifact name="rxflux-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.rougsig', module='rxflux-core', version='1.0.0')
)
                libraryDependencies += "com.github.rougsig" % "rxflux-core" % "1.0.0"
                [com.github.rougsig/rxflux-core "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.30 | 
| io.reactivex.rxjava2 : rxjava | jar | 2.2.4 | 
| com.jakewharton.rxrelay2 : rxrelay | jar | 2.1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.assertj : assertj-core | jar | 3.6.2 | 
implementation 'com.github.rougsig:meowflux-core:1.0.0'