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

io.github.martinschneider:yasew-core 1.0

YASeW is a JAVA test framework targeting projects that support multiple platforms, in particular Web, Android and iOS. It follows a BDD approach and allows testing against all platforms using the same feature files. YASew’s main aim is to make the configuration and the actual test code as easy as possible.

Категории

Категории

IDE Инструменты разработки
Группа

Группа

io.github.martinschneider
Идентификатор

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

yasew-core
Версия

Версия

1.0
Тип

Тип

jar

Скачать yasew-core 1.0


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