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