Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdio.github.shreeshasa |
ArtifactId | ArtifactIdbdd-automation |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
bdd-automation-1.0.1.pom | |
bdd-automation-1.0.1.jar | 8 KB |
bdd-automation-1.0.1-sources.jar | 6 KB |
bdd-automation-1.0.1-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shreeshasa/bdd-automation/ -->
<dependency>
<groupId>io.github.shreeshasa</groupId>
<artifactId>bdd-automation</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shreeshasa/bdd-automation/
implementation 'io.github.shreeshasa:bdd-automation:1.0.1'
// https://jarcasting.com/artifacts/io.github.shreeshasa/bdd-automation/
implementation ("io.github.shreeshasa:bdd-automation:1.0.1")
'io.github.shreeshasa:bdd-automation:jar:1.0.1'
<dependency org="io.github.shreeshasa" name="bdd-automation" rev="1.0.1">
<artifact name="bdd-automation" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shreeshasa', module='bdd-automation', version='1.0.1')
)
libraryDependencies += "io.github.shreeshasa" % "bdd-automation" % "1.0.1"
[io.github.shreeshasa/bdd-automation "1.0.1"]