| License |
License |
|---|---|
| GroupId | GroupIdsc.tyro |
| ArtifactId | ArtifactIdtyro |
| Last Version | Last Version1.3.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionTyro
A functional UI testing API
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationTyro-sc |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tyro-1.3.0.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/sc.tyro/tyro/ -->
<dependency>
<groupId>sc.tyro</groupId>
<artifactId>tyro</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/sc.tyro/tyro/
implementation 'sc.tyro:tyro:1.3.0'
// https://jarcasting.com/artifacts/sc.tyro/tyro/
implementation ("sc.tyro:tyro:1.3.0")
'sc.tyro:tyro:pom:1.3.0'
<dependency org="sc.tyro" name="tyro" rev="1.3.0">
<artifact name="tyro" type="pom" />
</dependency>
@Grapes(
@Grab(group='sc.tyro', module='tyro', version='1.3.0')
)
libraryDependencies += "sc.tyro" % "tyro" % "1.3.0"
[sc.tyro/tyro "1.3.0"]