License |
License |
---|---|
GroupId | GroupIdio.github.udaychandra.bdd |
ArtifactId | ArtifactIdbdd-core |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionUD BDD Core library
Core library used by the JUnit 5 based UD BDD library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bdd-core-0.1.1.pom | |
bdd-core-0.1.1.jar | 19 KB |
bdd-core-0.1.1-sources.jar | 17 KB |
bdd-core-0.1.1-javadoc.jar | 460 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.udaychandra.bdd/bdd-core/ -->
<dependency>
<groupId>io.github.udaychandra.bdd</groupId>
<artifactId>bdd-core</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.udaychandra.bdd/bdd-core/
implementation 'io.github.udaychandra.bdd:bdd-core:0.1.1'
// https://jarcasting.com/artifacts/io.github.udaychandra.bdd/bdd-core/
implementation ("io.github.udaychandra.bdd:bdd-core:0.1.1")
'io.github.udaychandra.bdd:bdd-core:jar:0.1.1'
<dependency org="io.github.udaychandra.bdd" name="bdd-core" rev="0.1.1">
<artifact name="bdd-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.udaychandra.bdd', module='bdd-core', version='0.1.1')
)
libraryDependencies += "io.github.udaychandra.bdd" % "bdd-core" % "0.1.1"
[io.github.udaychandra.bdd/bdd-core "0.1.1"]