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