Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.reactivex |
ArtifactId | ArtifactIdbuildinfrastructure |
Last Version | Last Version0.1.0-rc.1 |
Release Date | Release Date |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.reactivex/buildinfrastructure/ -->
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>buildinfrastructure</artifactId>
<version>0.1.0-rc.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.reactivex/buildinfrastructure/
implementation 'io.reactivex:buildinfrastructure:0.1.0-rc.1'
// https://jarcasting.com/artifacts/io.reactivex/buildinfrastructure/
implementation ("io.reactivex:buildinfrastructure:0.1.0-rc.1")
'io.reactivex:buildinfrastructure:jar:0.1.0-rc.1'
<dependency org="io.reactivex" name="buildinfrastructure" rev="0.1.0-rc.1">
<artifact name="buildinfrastructure" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.reactivex', module='buildinfrastructure', version='0.1.0-rc.1')
)
libraryDependencies += "io.reactivex" % "buildinfrastructure" % "0.1.0-rc.1"
[io.reactivex/buildinfrastructure "0.1.0-rc.1"]