Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.lpandzic |
ArtifactId | ArtifactIdjunit-bdd |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
junit-bdd-1.0.pom | |
junit-bdd-1.0.jar | 8 KB |
junit-bdd-1.0-sources.jar | 3 KB |
junit-bdd-1.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>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lpandzic/junit-bdd/
implementation 'com.github.lpandzic:junit-bdd:1.0'
// https://jarcasting.com/artifacts/com.github.lpandzic/junit-bdd/
implementation ("com.github.lpandzic:junit-bdd:1.0")
'com.github.lpandzic:junit-bdd:jar:1.0'
<dependency org="com.github.lpandzic" name="junit-bdd" rev="1.0">
<artifact name="junit-bdd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lpandzic', module='junit-bdd', version='1.0')
)
libraryDependencies += "com.github.lpandzic" % "junit-bdd" % "1.0"
[com.github.lpandzic/junit-bdd "1.0"]