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