GroupId | GroupIdio.nflow |
---|---|
ArtifactId | ArtifactIdnflow-rest-api-spring-web |
Version | Version5.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.nflow/nflow-rest-api-spring-web/ -->
<dependency>
<groupId>io.nflow</groupId>
<artifactId>nflow-rest-api-spring-web</artifactId>
<version>5.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.nflow/nflow-rest-api-spring-web/
implementation 'io.nflow:nflow-rest-api-spring-web:5.4.0'
// https://jarcasting.com/artifacts/io.nflow/nflow-rest-api-spring-web/
implementation ("io.nflow:nflow-rest-api-spring-web:5.4.0")
'io.nflow:nflow-rest-api-spring-web:jar:5.4.0'
<dependency org="io.nflow" name="nflow-rest-api-spring-web" rev="5.4.0">
<artifact name="nflow-rest-api-spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nflow', module='nflow-rest-api-spring-web', version='5.4.0')
)
libraryDependencies += "io.nflow" % "nflow-rest-api-spring-web" % "5.4.0"
[io.nflow/nflow-rest-api-spring-web "5.4.0"]