| GroupId | GroupIdcom.github.jitsni |
|---|---|
| ArtifactId | ArtifactIdrxservlet-examples |
| Version | Version0.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| rxservlet-examples-0.2.pom | 833 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jitsni/rxservlet-examples/ -->
<dependency>
<groupId>com.github.jitsni</groupId>
<artifactId>rxservlet-examples</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jitsni/rxservlet-examples/
implementation 'com.github.jitsni:rxservlet-examples:0.2'
// https://jarcasting.com/artifacts/com.github.jitsni/rxservlet-examples/
implementation ("com.github.jitsni:rxservlet-examples:0.2")
'com.github.jitsni:rxservlet-examples:pom:0.2'
<dependency org="com.github.jitsni" name="rxservlet-examples" rev="0.2">
<artifact name="rxservlet-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jitsni', module='rxservlet-examples', version='0.2')
)
libraryDependencies += "com.github.jitsni" % "rxservlet-examples" % "0.2"
[com.github.jitsni/rxservlet-examples "0.2"]