GroupId | GroupIdcom.accenture.testing.bdd |
---|---|
ArtifactId | ArtifactIdbdd-for-all |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
bdd-for-all-1.0.2.pom | |
bdd-for-all-1.0.2.jar | 23 MB |
bdd-for-all-1.0.2-sources.jar | 19 KB |
bdd-for-all-1.0.2-javadoc.jar | 150 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.accenture.testing.bdd/bdd-for-all/ -->
<dependency>
<groupId>com.accenture.testing.bdd</groupId>
<artifactId>bdd-for-all</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.accenture.testing.bdd/bdd-for-all/
implementation 'com.accenture.testing.bdd:bdd-for-all:1.0.2'
// https://jarcasting.com/artifacts/com.accenture.testing.bdd/bdd-for-all/
implementation ("com.accenture.testing.bdd:bdd-for-all:1.0.2")
'com.accenture.testing.bdd:bdd-for-all:jar:1.0.2'
<dependency org="com.accenture.testing.bdd" name="bdd-for-all" rev="1.0.2">
<artifact name="bdd-for-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.accenture.testing.bdd', module='bdd-for-all', version='1.0.2')
)
libraryDependencies += "com.accenture.testing.bdd" % "bdd-for-all" % "1.0.2"
[com.accenture.testing.bdd/bdd-for-all "1.0.2"]