Categories |
CategoriesReact User Interface Web Frameworks CLI |
---|---|
GroupId | GroupIdse.fortnox.reactivewizard |
ArtifactId | ArtifactIdreactivewizard-client |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
reactivewizard-client-4.0.0.pom | |
reactivewizard-client-4.0.0.jar | 36 KB |
reactivewizard-client-4.0.0-sources.jar | 18 KB |
reactivewizard-client-4.0.0-javadoc.jar | 491 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.fortnox.reactivewizard/reactivewizard-client/ -->
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-client</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.fortnox.reactivewizard/reactivewizard-client/
implementation 'se.fortnox.reactivewizard:reactivewizard-client:4.0.0'
// https://jarcasting.com/artifacts/se.fortnox.reactivewizard/reactivewizard-client/
implementation ("se.fortnox.reactivewizard:reactivewizard-client:4.0.0")
'se.fortnox.reactivewizard:reactivewizard-client:jar:4.0.0'
<dependency org="se.fortnox.reactivewizard" name="reactivewizard-client" rev="4.0.0">
<artifact name="reactivewizard-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.fortnox.reactivewizard', module='reactivewizard-client', version='4.0.0')
)
libraryDependencies += "se.fortnox.reactivewizard" % "reactivewizard-client" % "4.0.0"
[se.fortnox.reactivewizard/reactivewizard-client "4.0.0"]