k

keb-core

Keb is a https://gebish.org inspired Selenium wrapper written in Kotlin that allows you to modularize pages of your web application into logic units represented by Kotlin classes.
http://kebish.org/
MIT License
Jan Vondrouš Michal Horčičko
文件下载
文件名 操作
keb-core-1.1.jar 下载
keb-core-1.1.pom 下载
keb-core-1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.kebish</groupId>
  <artifactId>keb-core</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.kebish:keb-core:1.1'
Gradle Kotlin
implementation("org.kebish:keb-core:1.1")
Scala SBT
libraryDependencies += "org.kebish" % "keb-core" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.kebish', module='keb-core', version='1.1')
)
Apache Ivy
<dependency org="org.kebish" name="keb-core" rev="1.1" />
Leiningen
[org.kebish/keb-core "1.1"]
Apache Buildr
'org.kebish:keb-core:jar:1.1'