| License |
License |
|---|---|
| GroupId | GroupIdbr.com.behaviortest |
| ArtifactId | ArtifactIdbehavior-test-api |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionBehavior Test - API
Projeto para criação e execução dos teste automáticos a nível funcional
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| behavior-test-api-1.0.1.pom | |
| behavior-test-api-1.0.1.jar | 49 MB |
| behavior-test-api-1.0.1-sources.jar | 54 KB |
| behavior-test-api-1.0.1-javadoc.jar | 202 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.behaviortest/behavior-test-api/ -->
<dependency>
<groupId>br.com.behaviortest</groupId>
<artifactId>behavior-test-api</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.behaviortest/behavior-test-api/
implementation 'br.com.behaviortest:behavior-test-api:1.0.1'
// https://jarcasting.com/artifacts/br.com.behaviortest/behavior-test-api/
implementation ("br.com.behaviortest:behavior-test-api:1.0.1")
'br.com.behaviortest:behavior-test-api:jar:1.0.1'
<dependency org="br.com.behaviortest" name="behavior-test-api" rev="1.0.1">
<artifact name="behavior-test-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.behaviortest', module='behavior-test-api', version='1.0.1')
)
libraryDependencies += "br.com.behaviortest" % "behavior-test-api" % "1.0.1"
[br.com.behaviortest/behavior-test-api "1.0.1"]