You can download cucumber-core-1.1.6.jar in this page.
Open Source
cucumber-core-1.1.6.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/info.cukes/cucumber-core/pom.properties META-INF/maven/info.cukes/cucumber-core/pom.xml cucumber.api.CucumberOptions.class cucumber.api.DataTable.class cucumber.api.Delimiter.class cucumber.api.Format.class cucumber.api.Pending.class cucumber.api.PendingException.class cucumber.api.Scenario.class cucumber.api.SnippetType.class cucumber.api.Transform.class cucumber.api.Transformer.class cucumber.api.Transpose.class cucumber.api.cli.Main.class cucumber.runtime.AmbiguousStepDefinitionsException.class cucumber.runtime.Backend.class cucumber.runtime.ClassFinder.class cucumber.runtime.CucumberException.class cucumber.runtime.DuplicateStepDefinitionException.class cucumber.runtime.Env.class cucumber.runtime.FeatureBuilder.class cucumber.runtime.Glue.class cucumber.runtime.HookComparator.class cucumber.runtime.HookDefinition.class cucumber.runtime.JdkPatternArgumentMatcher.class cucumber.runtime.MethodFormat.class cucumber.runtime.NoInstancesException.class cucumber.runtime.ParameterInfo.class cucumber.runtime.PathWithLines.class cucumber.runtime.Reflections.class cucumber.runtime.Runtime.class cucumber.runtime.RuntimeGlue.class cucumber.runtime.RuntimeOptions.class cucumber.runtime.RuntimeOptionsFactory.class cucumber.runtime.ScenarioImpl.class cucumber.runtime.Shellwords.class cucumber.runtime.Stats.class cucumber.runtime.StepDefinition.class cucumber.runtime.StepDefinitionMatch.class cucumber.runtime.StopWatch.class cucumber.runtime.SummaryPrinter.class cucumber.runtime.Timeout.class cucumber.runtime.TooManyInstancesException.class cucumber.runtime.UndefinedStepException.class cucumber.runtime.UndefinedStepsTracker.class cucumber.runtime.UnreportedStepExecutor.class cucumber.runtime.Utils.class cucumber.runtime.autocomplete.MetaStepdef.class cucumber.runtime.autocomplete.StepdefGenerator.class cucumber.runtime.formatter.ColorAware.class cucumber.runtime.formatter.CucumberPrettyFormatter.class cucumber.runtime.formatter.FormatterFactory.class cucumber.runtime.formatter.HTMLFormatter.class cucumber.runtime.formatter.JUnitFormatter.class cucumber.runtime.formatter.NullFormatter.class cucumber.runtime.formatter.ProgressFormatter.class cucumber.runtime.formatter.RerunFormatter.class cucumber.runtime.formatter.StrictAware.class cucumber.runtime.formatter.UsageFormatter.class cucumber.runtime.io.ClasspathIterable.class cucumber.runtime.io.ClasspathResourceLoader.class cucumber.runtime.io.DelegatingResourceIteratorFactory.class cucumber.runtime.io.FileResource.class cucumber.runtime.io.FileResourceIterable.class cucumber.runtime.io.FileResourceIterator.class cucumber.runtime.io.FileResourceIteratorFactory.class cucumber.runtime.io.FileResourceLoader.class cucumber.runtime.io.FlatteningIterator.class cucumber.runtime.io.MultiLoader.class cucumber.runtime.io.Resource.class cucumber.runtime.io.ResourceIteratorFactory.class cucumber.runtime.io.ResourceLoader.class cucumber.runtime.io.ResourceLoaderClassFinder.class cucumber.runtime.io.URLOutputStream.class cucumber.runtime.io.UTF8OutputStreamWriter.class cucumber.runtime.io.ZipResource.class cucumber.runtime.io.ZipResourceIterator.class cucumber.runtime.io.ZipResourceIteratorFactory.class cucumber.runtime.io.ZipThenFileResourceIteratorFallback.class cucumber.runtime.model.CucumberBackground.class cucumber.runtime.model.CucumberExamples.class cucumber.runtime.model.CucumberFeature.class cucumber.runtime.model.CucumberScenario.class cucumber.runtime.model.CucumberScenarioOutline.class cucumber.runtime.model.CucumberTagStatement.class cucumber.runtime.model.ExampleStep.class cucumber.runtime.model.StepContainer.class cucumber.runtime.snippets.ArgumentPattern.class cucumber.runtime.snippets.CamelCaseConcatenator.class cucumber.runtime.snippets.Concatenator.class cucumber.runtime.snippets.FunctionNameGenerator.class cucumber.runtime.snippets.Snippet.class cucumber.runtime.snippets.SnippetGenerator.class cucumber.runtime.snippets.UnderscoreConcatenator.class cucumber.runtime.table.CamelCaseStringConverter.class cucumber.runtime.table.DiffableRow.class cucumber.runtime.table.StringConverter.class cucumber.runtime.table.TableConverter.class cucumber.runtime.table.TableDiffException.class cucumber.runtime.table.TableDiffer.class cucumber.runtime.xstream.BigDecimalConverter.class cucumber.runtime.xstream.BigIntegerConverter.class cucumber.runtime.xstream.ByteConverter.class cucumber.runtime.xstream.CalendarConverter.class cucumber.runtime.xstream.CellWriter.class cucumber.runtime.xstream.ClassWithStringAssignableConstructorConverter.class cucumber.runtime.xstream.ComplexTypeWriter.class cucumber.runtime.xstream.ConverterWithEnumFormat.class cucumber.runtime.xstream.ConverterWithFormat.class cucumber.runtime.xstream.ConverterWithNumberFormat.class cucumber.runtime.xstream.DateConverter.class cucumber.runtime.xstream.DoubleConverter.class cucumber.runtime.xstream.DynamicEnumConverter.class cucumber.runtime.xstream.EnumConverter.class cucumber.runtime.xstream.FloatConverter.class cucumber.runtime.xstream.IntegerConverter.class cucumber.runtime.xstream.ListConverter.class cucumber.runtime.xstream.ListOfComplexTypeReader.class cucumber.runtime.xstream.ListOfSingleValueWriter.class cucumber.runtime.xstream.LocalizedXStreams.class cucumber.runtime.xstream.LongConverter.class cucumber.runtime.xstream.MapWriter.class cucumber.runtime.xstream.PatternConverter.class cucumber.runtime.xstream.ShortConverter.class cucumber.runtime.xstream.SingleValueConverterWrapperExt.class cucumber.runtime.xstream.TimeConverter.class cucumber/runtime/USAGE.txt cucumber/version.properties
cucumber-core-1.1.6.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>info.cukes</groupId> <artifactId>cucumber-jvm</artifactId> <relativePath>../pom.xml</relativePath> <version>1.1.6</version> </parent> <artifactId>cucumber-core</artifactId> <packaging>jar</packaging> <name>Cucumber-JVM: Core</name> <dependencies> <dependency> <groupId>info.cukes</groupId> <artifactId>cucumber-html</artifactId> </dependency> <dependency> <groupId>info.cukes</groupId> <artifactId>cucumber-jvm-deps</artifactId> </dependency> <dependency> <groupId>info.cukes</groupId> <artifactId>gherkin</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mozilla</groupId> <artifactId>rhino</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>net.sourceforge.cobertura</groupId> <artifactId>cobertura</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>2.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webbitserver</groupId> <artifactId>webbit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.webbitserver</groupId> <artifactId>webbit-rest</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <resources> <resource> <directory>src/main/resources</directory> <filtering>true</filtering> </resource> </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifest> <mainClass>cucumber.api.cli.Main</mainClass> </manifest> </archive> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>info.cukes</groupId> <artifactId>cucumber-core</artifactId> <version>1.1.6</version> </dependency>
If you think the following cucumber-core-1.1.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download cucumber-core-1.1.6.jar file