License |
License |
---|---|
GroupId | GroupIdcom.github.testing-blaze |
ArtifactId | ArtifactIdblaze-core |
Version | Version1.3.2 |
Type | Typejar |
Description |
DescriptionTesting Blaze Core
An Intelligent BDD Test Automation Framework
|
Project URL |
Project URL |
Filename | Size |
---|---|
blaze-core-1.3.2.pom | |
blaze-core-1.3.2.jar | 225 KB |
blaze-core-1.3.2-sources.jar | 147 KB |
blaze-core-1.3.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.testing-blaze/blaze-core/ -->
<dependency>
<groupId>com.github.testing-blaze</groupId>
<artifactId>blaze-core</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.testing-blaze/blaze-core/
implementation 'com.github.testing-blaze:blaze-core:1.3.2'
// https://jarcasting.com/artifacts/com.github.testing-blaze/blaze-core/
implementation ("com.github.testing-blaze:blaze-core:1.3.2")
'com.github.testing-blaze:blaze-core:jar:1.3.2'
<dependency org="com.github.testing-blaze" name="blaze-core" rev="1.3.2">
<artifact name="blaze-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.testing-blaze', module='blaze-core', version='1.3.2')
)
libraryDependencies += "com.github.testing-blaze" % "blaze-core" % "1.3.2"
[com.github.testing-blaze/blaze-core "1.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.1 |