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