Categories |
CategoriesAnt Build Tools Reporting Business Logic Libraries |
---|---|
GroupId | GroupIdcom.github.grantlittle |
ArtifactId | ArtifactIdbdd-reporting |
Version | Version0.1.7 |
Type | Typejar |
Filename | Size |
---|---|
bdd-reporting-0.1.7.pom | 8 KB |
bdd-reporting-0.1.7-javadoc.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.grantlittle/bdd-reporting/ -->
<dependency>
<groupId>com.github.grantlittle</groupId>
<artifactId>bdd-reporting</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.grantlittle/bdd-reporting/
implementation 'com.github.grantlittle:bdd-reporting:0.1.7'
// https://jarcasting.com/artifacts/com.github.grantlittle/bdd-reporting/
implementation ("com.github.grantlittle:bdd-reporting:0.1.7")
'com.github.grantlittle:bdd-reporting:jar:0.1.7'
<dependency org="com.github.grantlittle" name="bdd-reporting" rev="0.1.7">
<artifact name="bdd-reporting" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.grantlittle', module='bdd-reporting', version='0.1.7')
)
libraryDependencies += "com.github.grantlittle" % "bdd-reporting" % "0.1.7"
[com.github.grantlittle/bdd-reporting "0.1.7"]