Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.rubenmathews |
ArtifactId | ArtifactIdbyte-reactor |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
byte-reactor-0.1.0.pom | |
byte-reactor-0.1.0.jar | 24 KB |
byte-reactor-0.1.0-sources.jar | 10 KB |
byte-reactor-0.1.0-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rubenmathews/byte-reactor/ -->
<dependency>
<groupId>com.rubenmathews</groupId>
<artifactId>byte-reactor</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rubenmathews/byte-reactor/
implementation 'com.rubenmathews:byte-reactor:0.1.0'
// https://jarcasting.com/artifacts/com.rubenmathews/byte-reactor/
implementation ("com.rubenmathews:byte-reactor:0.1.0")
'com.rubenmathews:byte-reactor:jar:0.1.0'
<dependency org="com.rubenmathews" name="byte-reactor" rev="0.1.0">
<artifact name="byte-reactor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rubenmathews', module='byte-reactor', version='0.1.0')
)
libraryDependencies += "com.rubenmathews" % "byte-reactor" % "0.1.0"
[com.rubenmathews/byte-reactor "0.1.0"]