| Categories |
CategoriesReact User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdcom.coditory.sherlock |
| ArtifactId | ArtifactIdsherlock-reactive |
| Version | Version0.1.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sherlock-reactive-0.1.7.pom | |
| sherlock-reactive-0.1.7.jar | 14 KB |
| sherlock-reactive-0.1.7-sources.jar | 6 KB |
| sherlock-reactive-0.1.7-javadoc.jar | 406 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.coditory.sherlock/sherlock-reactive/ -->
<dependency>
<groupId>com.coditory.sherlock</groupId>
<artifactId>sherlock-reactive</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.coditory.sherlock/sherlock-reactive/
implementation 'com.coditory.sherlock:sherlock-reactive:0.1.7'
// https://jarcasting.com/artifacts/com.coditory.sherlock/sherlock-reactive/
implementation ("com.coditory.sherlock:sherlock-reactive:0.1.7")
'com.coditory.sherlock:sherlock-reactive:jar:0.1.7'
<dependency org="com.coditory.sherlock" name="sherlock-reactive" rev="0.1.7">
<artifact name="sherlock-reactive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coditory.sherlock', module='sherlock-reactive', version='0.1.7')
)
libraryDependencies += "com.coditory.sherlock" % "sherlock-reactive" % "0.1.7"
[com.coditory.sherlock/sherlock-reactive "0.1.7"]