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