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