GroupId | GroupIdio.nflow |
---|---|
ArtifactId | ArtifactIdnflow-rest-api-common |
Version | Version7.2.4 |
Type | Typejar |
Filename | Size |
---|---|
nflow-rest-api-common-7.2.4.pom | |
nflow-rest-api-common-7.2.4.jar | 45 KB |
nflow-rest-api-common-7.2.4-sources.jar | 24 KB |
nflow-rest-api-common-7.2.4-javadoc.jar | 202 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nflow/nflow-rest-api-common/ -->
<dependency>
<groupId>io.nflow</groupId>
<artifactId>nflow-rest-api-common</artifactId>
<version>7.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.nflow/nflow-rest-api-common/
implementation 'io.nflow:nflow-rest-api-common:7.2.4'
// https://jarcasting.com/artifacts/io.nflow/nflow-rest-api-common/
implementation ("io.nflow:nflow-rest-api-common:7.2.4")
'io.nflow:nflow-rest-api-common:jar:7.2.4'
<dependency org="io.nflow" name="nflow-rest-api-common" rev="7.2.4">
<artifact name="nflow-rest-api-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nflow', module='nflow-rest-api-common', version='7.2.4')
)
libraryDependencies += "io.nflow" % "nflow-rest-api-common" % "7.2.4"
[io.nflow/nflow-rest-api-common "7.2.4"]