не последняя версия
Последняя версия 1.0.3

org.jstryker:jstryker 1.0.2

Tools to help automated tests in java.

Группа

Группа

org.jstryker
Идентификатор

Идентификатор

jstryker
Версия

Версия

1.0.2
Тип

Тип

jar

Скачать jstryker 1.0.2


<!-- https://jarcasting.com/artifacts/org.jstryker/jstryker/ -->
<dependency>
    <groupId>org.jstryker</groupId>
    <artifactId>jstryker</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jstryker/jstryker/
implementation 'org.jstryker:jstryker:1.0.2'
// https://jarcasting.com/artifacts/org.jstryker/jstryker/
implementation ("org.jstryker:jstryker:1.0.2")
'org.jstryker:jstryker:jar:1.0.2'
<dependency org="org.jstryker" name="jstryker" rev="1.0.2">
  <artifact name="jstryker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jstryker', module='jstryker', version='1.0.2')
)
libraryDependencies += "org.jstryker" % "jstryker" % "1.0.2"
[org.jstryker/jstryker "1.0.2"]