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