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