GroupId | GroupIdorg.touchbit.testrail4j |
---|---|
ArtifactId | ArtifactIdtestrail4j-core |
Version | Version2.0.1-beta |
Type | Typejar |
Filename | Size |
---|---|
testrail4j-core-2.0.1-beta.pom | |
testrail4j-core-2.0.1-beta.jar | 26 KB |
testrail4j-core-2.0.1-beta-sources.jar | 39 KB |
testrail4j-core-2.0.1-beta-javadoc.jar | 188 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.touchbit.testrail4j/testrail4j-core/ -->
<dependency>
<groupId>org.touchbit.testrail4j</groupId>
<artifactId>testrail4j-core</artifactId>
<version>2.0.1-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.touchbit.testrail4j/testrail4j-core/
implementation 'org.touchbit.testrail4j:testrail4j-core:2.0.1-beta'
// https://jarcasting.com/artifacts/org.touchbit.testrail4j/testrail4j-core/
implementation ("org.touchbit.testrail4j:testrail4j-core:2.0.1-beta")
'org.touchbit.testrail4j:testrail4j-core:jar:2.0.1-beta'
<dependency org="org.touchbit.testrail4j" name="testrail4j-core" rev="2.0.1-beta">
<artifact name="testrail4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.touchbit.testrail4j', module='testrail4j-core', version='2.0.1-beta')
)
libraryDependencies += "org.touchbit.testrail4j" % "testrail4j-core" % "2.0.1-beta"
[org.touchbit.testrail4j/testrail4j-core "2.0.1-beta"]