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