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