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