Categories |
CategoriesAnt Build Tools JUnit Unit Testing Cucumber Application Testing & Monitoring |
---|---|
GroupId | GroupIdcom.github.hemanthsridhar |
ArtifactId | ArtifactIdWebAppFramework-CucumberJVM-Junit |
Version | Version1.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hemanthsridhar/WebAppFramework-CucumberJVM-Junit/ -->
<dependency>
<groupId>com.github.hemanthsridhar</groupId>
<artifactId>WebAppFramework-CucumberJVM-Junit</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hemanthsridhar/WebAppFramework-CucumberJVM-Junit/
implementation 'com.github.hemanthsridhar:WebAppFramework-CucumberJVM-Junit:1.1.2'
// https://jarcasting.com/artifacts/com.github.hemanthsridhar/WebAppFramework-CucumberJVM-Junit/
implementation ("com.github.hemanthsridhar:WebAppFramework-CucumberJVM-Junit:1.1.2")
'com.github.hemanthsridhar:WebAppFramework-CucumberJVM-Junit:jar:1.1.2'
<dependency org="com.github.hemanthsridhar" name="WebAppFramework-CucumberJVM-Junit" rev="1.1.2">
<artifact name="WebAppFramework-CucumberJVM-Junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hemanthsridhar', module='WebAppFramework-CucumberJVM-Junit', version='1.1.2')
)
libraryDependencies += "com.github.hemanthsridhar" % "WebAppFramework-CucumberJVM-Junit" % "1.1.2"
[com.github.hemanthsridhar/WebAppFramework-CucumberJVM-Junit "1.1.2"]