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