| GroupId | GroupIdcom.github.rxson | 
|---|---|
| ArtifactId | ArtifactIdrxson-core | 
| Version | Version1.1.0-ALPHA | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| rxson-core-1.1.0-ALPHA.pom | |
| rxson-core-1.1.0-ALPHA.jar | 21 KB | 
| rxson-core-1.1.0-ALPHA-sources.jar | 14 KB | 
| rxson-core-1.1.0-ALPHA-javadoc.jar | 196 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.rxson/rxson-core/ -->
<dependency>
    <groupId>com.github.rxson</groupId>
    <artifactId>rxson-core</artifactId>
    <version>1.1.0-ALPHA</version>
</dependency>// https://jarcasting.com/artifacts/com.github.rxson/rxson-core/
implementation 'com.github.rxson:rxson-core:1.1.0-ALPHA'// https://jarcasting.com/artifacts/com.github.rxson/rxson-core/
implementation ("com.github.rxson:rxson-core:1.1.0-ALPHA")'com.github.rxson:rxson-core:jar:1.1.0-ALPHA'<dependency org="com.github.rxson" name="rxson-core" rev="1.1.0-ALPHA">
  <artifact name="rxson-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.rxson', module='rxson-core', version='1.1.0-ALPHA')
)libraryDependencies += "com.github.rxson" % "rxson-core" % "1.1.0-ALPHA"[com.github.rxson/rxson-core "1.1.0-ALPHA"]