GroupId | GroupIdcom.neotys.neoload |
---|---|
ArtifactId | ArtifactIdglobal-tests |
Version | Version3.2.17 |
Type | Typejar |
Filename | Size |
---|---|
global-tests-3.2.17.pom | |
global-tests-3.2.17.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.neotys.neoload/global-tests/ -->
<dependency>
<groupId>com.neotys.neoload</groupId>
<artifactId>global-tests</artifactId>
<version>3.2.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.neotys.neoload/global-tests/
implementation 'com.neotys.neoload:global-tests:3.2.17'
// https://jarcasting.com/artifacts/com.neotys.neoload/global-tests/
implementation ("com.neotys.neoload:global-tests:3.2.17")
'com.neotys.neoload:global-tests:jar:3.2.17'
<dependency org="com.neotys.neoload" name="global-tests" rev="3.2.17">
<artifact name="global-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.neotys.neoload', module='global-tests', version='3.2.17')
)
libraryDependencies += "com.neotys.neoload" % "global-tests" % "3.2.17"
[com.neotys.neoload/global-tests "3.2.17"]