| License |
License |
|---|---|
| GroupId | GroupIdorg.hyrts |
| ArtifactId | ArtifactIdhyrts-core |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhyrts-core
A hybrid regression testing tool framework for Java programs.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| hyrts-core-1.0.1.pom | |
| hyrts-core-1.0.1.jar | 4 MB |
| hyrts-core-1.0.1-sources.jar | 6 KB |
| hyrts-core-1.0.1-javadoc.jar | 276 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hyrts/hyrts-core/ -->
<dependency>
<groupId>org.hyrts</groupId>
<artifactId>hyrts-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hyrts/hyrts-core/
implementation 'org.hyrts:hyrts-core:1.0.1'
// https://jarcasting.com/artifacts/org.hyrts/hyrts-core/
implementation ("org.hyrts:hyrts-core:1.0.1")
'org.hyrts:hyrts-core:jar:1.0.1'
<dependency org="org.hyrts" name="hyrts-core" rev="1.0.1">
<artifact name="hyrts-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hyrts', module='hyrts-core', version='1.0.1')
)
libraryDependencies += "org.hyrts" % "hyrts-core" % "1.0.1"
[org.hyrts/hyrts-core "1.0.1"]