Discussion:
[Cucumber] How to get cucumber-jvm 4.0 jar file?
b***@gmail.com
2018-09-30 17:42:31 UTC
Permalink
I am not using a build tool only a Java Project, so I need the jars

how can achieve this? when I add the rest of the libraries always requests
for evetpublisher or eventBus and I thinks this class is under cucumber-jvm
(io.cucumber)
--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thomas Sundberg
2018-10-08 06:03:32 UTC
Permalink
Hi!
Post by b***@gmail.com
I am not using a build tool only a Java Project, so I need the jars
how can achieve this? when I add the rest of the libraries always requests for evetpublisher or eventBus and I thinks this class is under cucumber-jvm (io.cucumber)
Download the jars you need from Maven central.

https://search.maven.org/search?q=g:io.cucumber

/Thomas
--
Thomas Sundberg
M. Sc. in Computer Science

Mobile: +46 70 767 33 15
Blog: http://www.thinkcode.se/blog
Twitter: @thomassundberg

Better software through faster feedback
--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...