GroupId | GroupIdio.nflow |
---|---|
ArtifactId | ArtifactIdnflow-rest-api-common |
Version | Version5.0.0 |
Type | Typejar |
Filename | Size |
---|---|
nflow-rest-api-common-5.0.0.pom | |
nflow-rest-api-common-5.0.0.jar | 39 KB |
nflow-rest-api-common-5.0.0-sources.jar | 21 KB |
nflow-rest-api-common-5.0.0-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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.nflow/nflow-rest-api-common/
implementation 'io.nflow:nflow-rest-api-common:5.0.0'
// https://jarcasting.com/artifacts/io.nflow/nflow-rest-api-common/
implementation ("io.nflow:nflow-rest-api-common:5.0.0")
'io.nflow:nflow-rest-api-common:jar:5.0.0'
<dependency org="io.nflow" name="nflow-rest-api-common" rev="5.0.0">
<artifact name="nflow-rest-api-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nflow', module='nflow-rest-api-common', version='5.0.0')
)
libraryDependencies += "io.nflow" % "nflow-rest-api-common" % "5.0.0"
[io.nflow/nflow-rest-api-common "5.0.0"]