Download spock-core-1.1.jar file

Introduction

You can download spock-core-1.1.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spock-core-1.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/services/org.codehaus.groovy.transform.ASTTransformation
META-INF/services/org.spockframework.runtime.extension.IGlobalExtension
dsld/spk.dsld
org.spockframework.builder.AddSlotFactory.class
org.spockframework.builder.BuilderHelper.class
org.spockframework.builder.ClosureBlueprint.class
org.spockframework.builder.CollectionSlot.class
org.spockframework.builder.CollectionSlotFactory.class
org.spockframework.builder.DelegatingScript.class
org.spockframework.builder.DelegatingScriptBlueprint.class
org.spockframework.builder.GestaltBuilder.class
org.spockframework.builder.IBlueprint.class
org.spockframework.builder.IGestalt.class
org.spockframework.builder.ISlot.class
org.spockframework.builder.ISlotFactory.class
org.spockframework.builder.PojoBuilder.class
org.spockframework.builder.PojoGestalt.class
org.spockframework.builder.PropertySlot.class
org.spockframework.builder.Sculpturer.class
org.spockframework.builder.SetterLikeSlot.class
org.spockframework.builder.SetterSlotFactory.class
org.spockframework.builder.SpockConfigurationGestalt.class
org.spockframework.buildsupport.AsmClassReader.class
org.spockframework.buildsupport.EmptyAnnotationVisitor.class
org.spockframework.buildsupport.SpecClassFileFinder.class
org.spockframework.buildsupport.SpecClassFileVisitor.class
org.spockframework.buildsupport.ant.SpecClassFileSelector.class
org.spockframework.compiler.AbstractDeepBlockRewriter.class
org.spockframework.compiler.AbstractSpecVisitor.class
org.spockframework.compiler.AstNodeCache.class
org.spockframework.compiler.AstUtil.class
org.spockframework.compiler.ConditionRewriter.class
org.spockframework.compiler.DeepBlockRewriter.class
org.spockframework.compiler.ErrorReporter.class
org.spockframework.compiler.ExpressionReplacingVisitorSupport.class
org.spockframework.compiler.FieldInitializationExpression.class
org.spockframework.compiler.IRewriteResources.class
org.spockframework.compiler.ISpecialMethodCall.class
org.spockframework.compiler.InstanceFieldAccessChecker.class
org.spockframework.compiler.InteractionRewriter.class
org.spockframework.compiler.InvalidSpecCompileException.class
org.spockframework.compiler.NoSpecialMethodCall.class
org.spockframework.compiler.OldValueExpression.class
org.spockframework.compiler.SourceLookup.class
org.spockframework.compiler.SpecAnnotator.class
org.spockframework.compiler.SpecParser.class
org.spockframework.compiler.SpecRewriter.class
org.spockframework.compiler.SpecialMethodCall.class
org.spockframework.compiler.SpockTransform.class
org.spockframework.compiler.StatementReplacingVisitorSupport.class
org.spockframework.compiler.WhereBlockRewriter.class
org.spockframework.compiler.model.AnonymousBlock.class
org.spockframework.compiler.model.Block.class
org.spockframework.compiler.model.BlockIterable.class
org.spockframework.compiler.model.BlockParseInfo.class
org.spockframework.compiler.model.CleanupBlock.class
org.spockframework.compiler.model.ExpectBlock.class
org.spockframework.compiler.model.FeatureMethod.class
org.spockframework.compiler.model.Field.class
org.spockframework.compiler.model.FixtureMethod.class
org.spockframework.compiler.model.HelperMethod.class
org.spockframework.compiler.model.ISpecVisitor.class
org.spockframework.compiler.model.Method.class
org.spockframework.compiler.model.Node.class
org.spockframework.compiler.model.SetupBlock.class
org.spockframework.compiler.model.Spec.class
org.spockframework.compiler.model.ThenBlock.class
org.spockframework.compiler.model.WhenBlock.class
org.spockframework.compiler.model.WhereBlock.class
org.spockframework.gentyref.CaptureType.class
org.spockframework.gentyref.CaptureTypeImpl.class
org.spockframework.gentyref.GenericArrayTypeImpl.class
org.spockframework.gentyref.GenericTypeReflector.class
org.spockframework.gentyref.ParameterizedTypeImpl.class
org.spockframework.gentyref.TypeToken.class
org.spockframework.gentyref.VarMap.class
org.spockframework.gentyref.WildcardTypeImpl.class
org.spockframework.lang.ConditionBlock.class
org.spockframework.lang.ISpecificationContext.class
org.spockframework.lang.SpecInternals.class
org.spockframework.lang.SpreadWildcard.class
org.spockframework.lang.Wildcard.class
org.spockframework.mock.CallRealMethodResponse.class
org.spockframework.mock.CannotCreateMockException.class
org.spockframework.mock.CannotInvokeRealMethodException.class
org.spockframework.mock.DefaultEqualsInteraction.class
org.spockframework.mock.DefaultFinalizeInteraction.class
org.spockframework.mock.DefaultHashCodeInteraction.class
org.spockframework.mock.DefaultInteraction.class
org.spockframework.mock.DefaultJavaLangObjectInteractions.class
org.spockframework.mock.DefaultToStringInteraction.class
org.spockframework.mock.EmptyOrDummyResponse.class
org.spockframework.mock.IArgumentConstraint.class
org.spockframework.mock.IChainableResponseGenerator.class
org.spockframework.mock.IDefaultResponse.class
org.spockframework.mock.IInteractionAware.class
org.spockframework.mock.IInteractionScope.class
org.spockframework.mock.IInvocationConstraint.class
org.spockframework.mock.IMockConfiguration.class
org.spockframework.mock.IMockController.class
org.spockframework.mock.IMockFactory.class
org.spockframework.mock.IMockInteraction.class
org.spockframework.mock.IMockInvocation.class
org.spockframework.mock.IMockMethod.class
org.spockframework.mock.IMockObject.class
org.spockframework.mock.IResponseGenerator.class
org.spockframework.mock.ISpockMockObject.class
org.spockframework.mock.InteractionNotSatisfiedError.class
org.spockframework.mock.MockImplementation.class
org.spockframework.mock.MockNature.class
org.spockframework.mock.MockUtil.class
org.spockframework.mock.TooFewInvocationsError.class
org.spockframework.mock.TooManyInvocationsError.class
org.spockframework.mock.WrongInvocationOrderError.class
org.spockframework.mock.ZeroOrNullResponse.class
org.spockframework.mock.constraint.CodeArgumentConstraint.class
org.spockframework.mock.constraint.EqualArgumentConstraint.class
org.spockframework.mock.constraint.EqualMethodNameConstraint.class
org.spockframework.mock.constraint.EqualPropertyNameConstraint.class
org.spockframework.mock.constraint.NamedArgumentListConstraint.class
org.spockframework.mock.constraint.NegatingArgumentConstraint.class
org.spockframework.mock.constraint.PositionalArgumentListConstraint.class
org.spockframework.mock.constraint.RegexMethodNameConstraint.class
org.spockframework.mock.constraint.RegexPropertyNameConstraint.class
org.spockframework.mock.constraint.SpreadWildcardArgumentConstraint.class
org.spockframework.mock.constraint.TargetConstraint.class
org.spockframework.mock.constraint.TypeArgumentConstraint.class
org.spockframework.mock.constraint.WildcardArgumentConstraint.class
org.spockframework.mock.constraint.WildcardMethodNameConstraint.class
org.spockframework.mock.response.CodeResponseGenerator.class
org.spockframework.mock.response.ConstantResponseGenerator.class
org.spockframework.mock.response.DefaultResponseGenerator.class
org.spockframework.mock.response.IterableResponseGenerator.class
org.spockframework.mock.response.ResponseGeneratorChain.class
org.spockframework.mock.response.SingleResponseGenerator.class
org.spockframework.mock.response.WildcardResponseGenerator.class
org.spockframework.mock.runtime.ByteBuddyInterceptorAdapter.class
org.spockframework.mock.runtime.ByteBuddyInvoker.class
org.spockframework.mock.runtime.ByteBuddyMethodInvoker.class
org.spockframework.mock.runtime.CglibMockInterceptorAdapter.class
org.spockframework.mock.runtime.CglibRealMethodInvoker.class
org.spockframework.mock.runtime.CompositeMockFactory.class
org.spockframework.mock.runtime.DefaultMethodInvoker.class
org.spockframework.mock.runtime.DelegatingMockInvocation.class
org.spockframework.mock.runtime.DynamicMockMethod.class
org.spockframework.mock.runtime.DynamicProxyMockInterceptorAdapter.class
org.spockframework.mock.runtime.FailingRealMethodInvoker.class
org.spockframework.mock.runtime.GroovyMockFactory.class
org.spockframework.mock.runtime.GroovyMockInterceptor.class
org.spockframework.mock.runtime.GroovyMockMetaClass.class
org.spockframework.mock.runtime.GroovyRealMethodInvoker.class
org.spockframework.mock.runtime.IProxyBasedMockInterceptor.class
org.spockframework.mock.runtime.InteractionBuilder.class
org.spockframework.mock.runtime.InteractionScope.class
org.spockframework.mock.runtime.JavaMockFactory.class
org.spockframework.mock.runtime.JavaMockInterceptor.class
org.spockframework.mock.runtime.MockConfiguration.class
org.spockframework.mock.runtime.MockController.class
org.spockframework.mock.runtime.MockInstantiator.class
org.spockframework.mock.runtime.MockInteraction.class
org.spockframework.mock.runtime.MockInteractionDecorator.class
org.spockframework.mock.runtime.MockInvocation.class
org.spockframework.mock.runtime.MockObject.class
org.spockframework.mock.runtime.ProxyBasedMockFactory.class
org.spockframework.mock.runtime.SpecificationAttachable.class
org.spockframework.mock.runtime.StaticMockMethod.class
org.spockframework.report.log.IReportLogListener.class
org.spockframework.report.log.ReportLogClient.class
org.spockframework.report.log.ReportLogConfiguration.class
org.spockframework.report.log.ReportLogEmitter.class
org.spockframework.report.log.ReportLogExtension.class
org.spockframework.report.log.ReportLogMerger.class
org.spockframework.report.log.ReportLogWriter.class
org.spockframework.runtime.AbstractRunListener.class
org.spockframework.runtime.AsyncRunListener.class
org.spockframework.runtime.AsyncStandardStreamsListener.class
org.spockframework.runtime.BaseSpecRunner.class
org.spockframework.runtime.Condition.class
org.spockframework.runtime.ConditionFailedWithExceptionError.class
org.spockframework.runtime.ConditionNotSatisfiedError.class
org.spockframework.runtime.ConfigurationBuilder.class
org.spockframework.runtime.ConfigurationScriptLoader.class
org.spockframework.runtime.DummyStackTraceFilter.class
org.spockframework.runtime.ErrorCollector.class
org.spockframework.runtime.ExpressionInfoBuilder.class
org.spockframework.runtime.ExpressionInfoConverter.class
org.spockframework.runtime.ExpressionInfoRenderer.class
org.spockframework.runtime.ExpressionInfoValueRenderer.class
org.spockframework.runtime.ExtensionClassesLoader.class
org.spockframework.runtime.ExtensionRunner.class
org.spockframework.runtime.GlobalExtensionRegistry.class
org.spockframework.runtime.GroovyRuntimeUtil.class
org.spockframework.runtime.HamcrestFacade.class
org.spockframework.runtime.IConfigurationRegistry.class
org.spockframework.runtime.IExtensionRegistry.class
org.spockframework.runtime.IFeatureFilter.class
org.spockframework.runtime.IFeatureSortOrder.class
org.spockframework.runtime.IMethodNameMapper.class
org.spockframework.runtime.IRunListener.class
org.spockframework.runtime.IRunSupervisor.class
org.spockframework.runtime.IStackTraceFilter.class
org.spockframework.runtime.IStandardStreamsListener.class
org.spockframework.runtime.InvalidSpecException.class
org.spockframework.runtime.JUnitDescriptionGenerator.class
org.spockframework.runtime.JUnitFilterAdapter.class
org.spockframework.runtime.JUnitSorterAdapter.class
org.spockframework.runtime.JUnitSupervisor.class
org.spockframework.runtime.MasterRunListener.class
org.spockframework.runtime.ParameterizedSpecRunner.class
org.spockframework.runtime.RunContext.class
org.spockframework.runtime.RunStatus.class
org.spockframework.runtime.SafeIterationNameProvider.class
org.spockframework.runtime.SpecInfoBuilder.class
org.spockframework.runtime.SpecRunHistory.class
org.spockframework.runtime.SpecUtil.class
org.spockframework.runtime.SpecificationContext.class
org.spockframework.runtime.SpockAssertionError.class
org.spockframework.runtime.SpockComparisonFailure.class
org.spockframework.runtime.SpockException.class
org.spockframework.runtime.SpockExecutionException.class
org.spockframework.runtime.SpockRuntime.class
org.spockframework.runtime.SpockTimeoutError.class
org.spockframework.runtime.Sputnik.class
org.spockframework.runtime.StackTraceFilter.class
org.spockframework.runtime.StandardStreamsCapturer.class
org.spockframework.runtime.UnallowedExceptionThrownError.class
org.spockframework.runtime.ValueRecorder.class
org.spockframework.runtime.WrongExceptionThrownError.class
org.spockframework.runtime.condition.DiffedArrayRenderer.class
org.spockframework.runtime.condition.DiffedCollectionRenderer.class
org.spockframework.runtime.condition.DiffedMapRenderer.class
org.spockframework.runtime.condition.DiffedObjectAsBeanRenderer.class
org.spockframework.runtime.condition.DiffedObjectAsStringRenderer.class
org.spockframework.runtime.condition.DiffedSetRenderer.class
org.spockframework.runtime.condition.EditDistance.class
org.spockframework.runtime.condition.EditOperation.class
org.spockframework.runtime.condition.EditPathRenderer.class
org.spockframework.runtime.condition.IObjectRenderer.class
org.spockframework.runtime.condition.IObjectRendererService.class
org.spockframework.runtime.condition.LineBuilder.class
org.spockframework.runtime.condition.ObjectRendererService.class
org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension.class
org.spockframework.runtime.extension.AbstractGlobalExtension.class
org.spockframework.runtime.extension.AbstractMethodInterceptor.class
org.spockframework.runtime.extension.ExtensionAnnotation.class
org.spockframework.runtime.extension.ExtensionException.class
org.spockframework.runtime.extension.ExtensionUtil.class
org.spockframework.runtime.extension.IAnnotationDrivenExtension.class
org.spockframework.runtime.extension.IGlobalExtension.class
org.spockframework.runtime.extension.IMethodInterceptor.class
org.spockframework.runtime.extension.IMethodInvocation.class
org.spockframework.runtime.extension.MethodInvocation.class
org.spockframework.runtime.extension.builtin.AbstractRuleExtension.class
org.spockframework.runtime.extension.builtin.AbstractRuleInterceptor.class
org.spockframework.runtime.extension.builtin.AutoCleanupExtension.class
org.spockframework.runtime.extension.builtin.AutoCleanupInterceptor.class
org.spockframework.runtime.extension.builtin.ClassRuleExtension.class
org.spockframework.runtime.extension.builtin.ClassRuleInterceptor.class
org.spockframework.runtime.extension.builtin.ConfineMetaClassChangesExtension.class
org.spockframework.runtime.extension.builtin.ConfineMetaClassChangesInterceptor.class
org.spockframework.runtime.extension.builtin.FailsWithExtension.class
org.spockframework.runtime.extension.builtin.FailsWithInterceptor.class
org.spockframework.runtime.extension.builtin.IgnoreExtension.class
org.spockframework.runtime.extension.builtin.IgnoreIfExtension.class
org.spockframework.runtime.extension.builtin.IgnoreRestExtension.class
org.spockframework.runtime.extension.builtin.IncludeExcludeExtension.class
org.spockframework.runtime.extension.builtin.IssueExtension.class
org.spockframework.runtime.extension.builtin.MethodRuleInterceptor.class
org.spockframework.runtime.extension.builtin.NarrativeExtension.class
org.spockframework.runtime.extension.builtin.OptimizeRunOrderExtension.class
org.spockframework.runtime.extension.builtin.PendingFeatureBaseInterceptor.class
org.spockframework.runtime.extension.builtin.PendingFeatureExtension.class
org.spockframework.runtime.extension.builtin.PendingFeatureInterceptor.class
org.spockframework.runtime.extension.builtin.PendingFeatureIterationInterceptor.class
org.spockframework.runtime.extension.builtin.PreconditionContext.class
org.spockframework.runtime.extension.builtin.RequiresExtension.class
org.spockframework.runtime.extension.builtin.RestoreSystemPropertiesExtension.class
org.spockframework.runtime.extension.builtin.RestoreSystemPropertiesInterceptor.class
org.spockframework.runtime.extension.builtin.RevertMetaClassRunListener.class
org.spockframework.runtime.extension.builtin.RuleExtension.class
org.spockframework.runtime.extension.builtin.SeeExtension.class
org.spockframework.runtime.extension.builtin.StepwiseExtension.class
org.spockframework.runtime.extension.builtin.TestRuleInterceptor.class
org.spockframework.runtime.extension.builtin.TimeoutExtension.class
org.spockframework.runtime.extension.builtin.TimeoutInterceptor.class
org.spockframework.runtime.extension.builtin.TitleExtension.class
org.spockframework.runtime.extension.builtin.UnrollExtension.class
org.spockframework.runtime.extension.builtin.UnrollNameProvider.class
org.spockframework.runtime.extension.builtin.UseExtension.class
org.spockframework.runtime.extension.builtin.UseInterceptor.class
org.spockframework.runtime.model.Attachment.class
org.spockframework.runtime.model.BlockInfo.class
org.spockframework.runtime.model.BlockKind.class
org.spockframework.runtime.model.BlockMetadata.class
org.spockframework.runtime.model.DataProviderInfo.class
org.spockframework.runtime.model.DataProviderMetadata.class
org.spockframework.runtime.model.ErrorInfo.class
org.spockframework.runtime.model.ExpressionInfo.class
org.spockframework.runtime.model.FeatureInfo.class
org.spockframework.runtime.model.FeatureMetadata.class
org.spockframework.runtime.model.FieldInfo.class
org.spockframework.runtime.model.FieldMetadata.class
org.spockframework.runtime.model.IAttachmentContainer.class
org.spockframework.runtime.model.IExcludable.class
org.spockframework.runtime.model.IInterceptable.class
org.spockframework.runtime.model.ISkippable.class
org.spockframework.runtime.model.ITaggable.class
org.spockframework.runtime.model.IterationInfo.class
org.spockframework.runtime.model.MethodInfo.class
org.spockframework.runtime.model.MethodKind.class
org.spockframework.runtime.model.NameProvider.class
org.spockframework.runtime.model.NodeInfo.class
org.spockframework.runtime.model.SpecElementInfo.class
org.spockframework.runtime.model.SpecInfo.class
org.spockframework.runtime.model.SpecMetadata.class
org.spockframework.runtime.model.Tag.class
org.spockframework.runtime.model.TextPosition.class
org.spockframework.runtime.model.TextRegion.class
org.spockframework.util.AbstractExpressionConverter.class
org.spockframework.util.AbstractMultiset.class
org.spockframework.util.Assert.class
org.spockframework.util.Beta.class
org.spockframework.util.CollectionUtil.class
org.spockframework.util.ConsoleUtil.class
org.spockframework.util.ExceptionUtil.class
org.spockframework.util.Filter.class
org.spockframework.util.GroovyReleaseInfo.class
org.spockframework.util.GroovyUtil.class
org.spockframework.util.HashMultiset.class
org.spockframework.util.IFunction.class
org.spockframework.util.IMatcher.class
org.spockframework.util.IMultiset.class
org.spockframework.util.IStoppable.class
org.spockframework.util.IThrowableFunction.class
org.spockframework.util.Identifiers.class
org.spockframework.util.Immutable.class
org.spockframework.util.IncompatibleGroovyVersionException.class
org.spockframework.util.InternalIdentifiers.class
org.spockframework.util.InternalSpockError.class
org.spockframework.util.IoUtil.class
org.spockframework.util.JsonWriter.class
org.spockframework.util.LinkedHashMultiset.class
org.spockframework.util.Matchers.class
org.spockframework.util.MopUtil.class
org.spockframework.util.NotThreadSafe.class
org.spockframework.util.Nullable.class
org.spockframework.util.ObjectUtil.class
org.spockframework.util.Pair.class
org.spockframework.util.ReflectionUtil.class
org.spockframework.util.SpockReleaseInfo.class
org.spockframework.util.SpockUserHomeUtil.class
org.spockframework.util.StringMessagePrintStream.class
org.spockframework.util.TeePrintStream.class
org.spockframework.util.TextUtil.class
org.spockframework.util.ThreadSafe.class
org.spockframework.util.TimeUtil.class
org.spockframework.util.UnreachableCodeError.class
org.spockframework.util.VersionChecker.class
org.spockframework.util.VersionNumber.class
org.spockframework.util.WrappedException.class
org.spockframework.util.inspector.AstInspector.class
org.spockframework.util.inspector.AstInspectorException.class
org.spockframework.util.inspector.Inspect.class
org/spockframework/idea/spock.gdsl
org/spockframework/util/SpockReleaseInfo.properties
spock.config.ConfigurationException.class
spock.config.ConfigurationObject.class
spock.config.IncludeExcludeCriteria.class
spock.config.RunnerConfiguration.class
spock.lang.AutoCleanup.class
spock.lang.FailsWith.class
spock.lang.Ignore.class
spock.lang.IgnoreIf.class
spock.lang.IgnoreRest.class
spock.lang.Issue.class
spock.lang.Narrative.class
spock.lang.PendingFeature.class
spock.lang.Requires.class
spock.lang.See.class
spock.lang.Shared.class
spock.lang.Specification.class
spock.lang.Stepwise.class
spock.lang.Subject.class
spock.lang.Timeout.class
spock.lang.Title.class
spock.lang.Unroll.class
spock.mock.DetachedMockFactory.class
spock.mock.MockFactory.class
spock.mock.MockingApi.class
spock.util.EmbeddedSpecCompiler.class
spock.util.EmbeddedSpecRunner.class
spock.util.Exceptions.class
spock.util.concurrent.AsyncConditions.class
spock.util.concurrent.BlockingVariable.class
spock.util.concurrent.BlockingVariables.class
spock.util.concurrent.BlockingVariablesImpl.class
spock.util.concurrent.PollingConditions.class
spock.util.environment.Jvm.class
spock.util.environment.OperatingSystem.class
spock.util.environment.RestoreSystemProperties.class
spock.util.matcher.HamcrestMatchers.class
spock.util.matcher.HamcrestSupport.class
spock.util.matcher.IsCloseTo.class
spock.util.mop.ConfineMetaClassChanges.class
spock.util.mop.Use.class

Pom

spock-core-1.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.spockframework</groupId>
  <artifactId>spock-core</artifactId>
  <version>1.1-groovy-2.4</version>
  <name>Spock Framework - Core Module</name>
  <description>Spock is a testing and specification framework for Java and Groovy applications.
What makes it stand out from the crowd is its beautiful and highly expressive specification language.
Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers.
Spock is inspired from JUnit, jMock, RSpec, Groovy, Scala, Vulcans, and other fascinating life forms.</description>
  <url>http://spockframework.org</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>pniederw</id>
      <name>Peter Niederwieser</name>
      <email>peter@pniederw.com</email>
    </developer>
    <developer>
      <id>ldaley</id>
      <name>Luke Daley</name>
      <email>ld@ldaley.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/spockframework/spock.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/spockframework/spock.git</developerConnection>
    <url>http://github.spockframework.org/spock</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy-all</artifactId>
      <version>2.4.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>13.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.objenesis</groupId>
      <artifactId>objenesis</artifactId>
      <version>2.4</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.apache.ant</groupId>
      <artifactId>ant</artifactId>
      <version>1.9.7</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>net.bytebuddy</groupId>
      <artifactId>byte-buddy</artifactId>
      <version>1.6.5</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib-nodep</artifactId>
      <version>3.2.2</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm</artifactId>
      <version>5.1</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.spockframework</groupId>
   <artifactId>spock-core</artifactId>
   <version>1.1</version>
</dependency>

Download

If you think the following spock-core-1.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spock-core-1.1.jar file




PreviousNext

Related