GroupId | GroupIdcom.nitorcreations |
---|---|
ArtifactId | ArtifactIdnflow-rest-api |
Version | Version3.1.1 |
Type | Typejar |
Filename | Size |
---|---|
nflow-rest-api-3.1.1.pom | |
nflow-rest-api-3.1.1.jar | 43 KB |
nflow-rest-api-3.1.1-sources.jar | 24 KB |
nflow-rest-api-3.1.1-javadoc.jar | 189 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nitorcreations/nflow-rest-api/ -->
<dependency>
<groupId>com.nitorcreations</groupId>
<artifactId>nflow-rest-api</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nitorcreations/nflow-rest-api/
implementation 'com.nitorcreations:nflow-rest-api:3.1.1'
// https://jarcasting.com/artifacts/com.nitorcreations/nflow-rest-api/
implementation ("com.nitorcreations:nflow-rest-api:3.1.1")
'com.nitorcreations:nflow-rest-api:jar:3.1.1'
<dependency org="com.nitorcreations" name="nflow-rest-api" rev="3.1.1">
<artifact name="nflow-rest-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nitorcreations', module='nflow-rest-api', version='3.1.1')
)
libraryDependencies += "com.nitorcreations" % "nflow-rest-api" % "3.1.1"
[com.nitorcreations/nflow-rest-api "3.1.1"]