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