| License |
License |
|---|---|
| GroupId | GroupIdio.railflow.annotations |
| ArtifactId | ArtifactIdcommon |
| Last Version | Last Version0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRailflow Annotations Commons
Railflow Annotations Commons library provides some basic functionality which is used by Railflow TestNg and Railflow JUnit annotations
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| common-0.5.pom | |
| common-0.5.jar | 20 KB |
| common-0.5-sources.jar | 12 KB |
| common-0.5-javadoc.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.railflow.annotations/common/ -->
<dependency>
<groupId>io.railflow.annotations</groupId>
<artifactId>common</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.railflow.annotations/common/
implementation 'io.railflow.annotations:common:0.5'
// https://jarcasting.com/artifacts/io.railflow.annotations/common/
implementation ("io.railflow.annotations:common:0.5")
'io.railflow.annotations:common:jar:0.5'
<dependency org="io.railflow.annotations" name="common" rev="0.5">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.railflow.annotations', module='common', version='0.5')
)
libraryDependencies += "io.railflow.annotations" % "common" % "0.5"
[io.railflow.annotations/common "0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 7.1.0 |
| com.github.stefanbirkner : system-lambda | jar | 1.2.1 |