Categories |
CategoriesReact User Interface Web Frameworks CLI |
---|---|
GroupId | GroupIdse.fortnox.reactivewizard |
ArtifactId | ArtifactIdreactivewizard-client |
Version | Version5.3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/se.fortnox.reactivewizard/reactivewizard-client/ -->
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-client</artifactId>
<version>5.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/se.fortnox.reactivewizard/reactivewizard-client/
implementation 'se.fortnox.reactivewizard:reactivewizard-client:5.3.1'
// https://jarcasting.com/artifacts/se.fortnox.reactivewizard/reactivewizard-client/
implementation ("se.fortnox.reactivewizard:reactivewizard-client:5.3.1")
'se.fortnox.reactivewizard:reactivewizard-client:jar:5.3.1'
<dependency org="se.fortnox.reactivewizard" name="reactivewizard-client" rev="5.3.1">
<artifact name="reactivewizard-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.fortnox.reactivewizard', module='reactivewizard-client', version='5.3.1')
)
libraryDependencies += "se.fortnox.reactivewizard" % "reactivewizard-client" % "5.3.1"
[se.fortnox.reactivewizard/reactivewizard-client "5.3.1"]