Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.lpandzic |
ArtifactId | ArtifactIdjunit-bdd |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
junit-bdd-2.0.pom | |
junit-bdd-2.0.jar | 7 KB |
junit-bdd-2.0-sources.jar | 4 KB |
junit-bdd-2.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lpandzic/junit-bdd/ -->
<dependency>
<groupId>com.github.lpandzic</groupId>
<artifactId>junit-bdd</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lpandzic/junit-bdd/
implementation 'com.github.lpandzic:junit-bdd:2.0'
// https://jarcasting.com/artifacts/com.github.lpandzic/junit-bdd/
implementation ("com.github.lpandzic:junit-bdd:2.0")
'com.github.lpandzic:junit-bdd:jar:2.0'
<dependency org="com.github.lpandzic" name="junit-bdd" rev="2.0">
<artifact name="junit-bdd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lpandzic', module='junit-bdd', version='2.0')
)
libraryDependencies += "com.github.lpandzic" % "junit-bdd" % "2.0"
[com.github.lpandzic/junit-bdd "2.0"]