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