<dependency> <groupId>org.kebish</groupId> <artifactId>keb-core</artifactId> <version>1.1</version> </dependency>
implementation 'org.kebish:keb-core:1.1'
implementation("org.kebish:keb-core:1.1")
libraryDependencies += "org.kebish" % "keb-core" % "1.1"
@Grapes( @Grab(group='org.kebish', module='keb-core', version='1.1') )
<dependency org="org.kebish" name="keb-core" rev="1.1" />
[org.kebish/keb-core "1.1"]
'org.kebish:keb-core:jar:1.1'
compile
|-- org.seleniumhq.selenium:selenium-java:3.141.59
runtime
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10