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