All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download shapeshift JAR 0.4.2 with all dependencies


Service mocking

Files of the artifact shapeshift version 0.4.2 from the group com.github.raduciumag.shapeshift.

Artifact shapeshift
Group com.github.raduciumag.shapeshift
Version 0.4.2
Last update 22. March 2016
Tags: micro service mocking
Organization not specified
URL https://github.com/RaduCiumag/shapeshift
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
There is a newer version: 0.5.0
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of shapeshift Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of shapeshift version 0.4.2

META-INF
META-INF.META-INF.MANIFEST.MF
com.github.raduciumag.shapeshift.all
com.github.raduciumag.shapeshift.all.com.github.raduciumag.shapeshift.all.Constants
com.github.raduciumag.shapeshift.all.com.github.raduciumag.shapeshift.all.GuiceModule
com.github.raduciumag.shapeshift.all.com.github.raduciumag.shapeshift.all.Nullable
com.github.raduciumag.shapeshift.all.bean
com.github.raduciumag.shapeshift.all.bean.com.github.raduciumag.shapeshift.all.bean.RemoteServer
com.github.raduciumag.shapeshift.all.tool
com.github.raduciumag.shapeshift.all.tool.com.github.raduciumag.shapeshift.all.tool.JacksonParser
com.github.raduciumag.shapeshift.all.tool.com.github.raduciumag.shapeshift.all.tool.Resources
com.github.raduciumag.shapeshift.client
com.github.raduciumag.shapeshift.client.com.github.raduciumag.shapeshift.client.HttpClient
com.github.raduciumag.shapeshift.client.com.github.raduciumag.shapeshift.client.HttpClientPipelineInitializer
com.github.raduciumag.shapeshift.client.com.github.raduciumag.shapeshift.client.HttpClientResponseHandler
com.github.raduciumag.shapeshift.client.com.github.raduciumag.shapeshift.client.ShapeshiftClient
com.github.raduciumag.shapeshift.client.exception
com.github.raduciumag.shapeshift.client.exception.com.github.raduciumag.shapeshift.client.exception.HttpClientException
com.github.raduciumag.shapeshift.server
com.github.raduciumag.shapeshift.server.com.github.raduciumag.shapeshift.server.RootServerConfig
com.github.raduciumag.shapeshift.server.com.github.raduciumag.shapeshift.server.Server
com.github.raduciumag.shapeshift.server.com.github.raduciumag.shapeshift.server.ServerLauncher
com.github.raduciumag.shapeshift.server.bean
com.github.raduciumag.shapeshift.server.bean.com.github.raduciumag.shapeshift.server.bean.ServerRequest
com.github.raduciumag.shapeshift.server.bean.com.github.raduciumag.shapeshift.server.bean.ServerResponse
com.github.raduciumag.shapeshift.server.bean.com.github.raduciumag.shapeshift.server.bean.ServerType
com.github.raduciumag.shapeshift.server.config
com.github.raduciumag.shapeshift.server.config.com.github.raduciumag.shapeshift.server.config.ServerConfig
com.github.raduciumag.shapeshift.server.filter
com.github.raduciumag.shapeshift.server.filter.com.github.raduciumag.shapeshift.server.filter.BaseInputFilter
com.github.raduciumag.shapeshift.server.filter.com.github.raduciumag.shapeshift.server.filter.InputFilter
com.github.raduciumag.shapeshift.server.filter.com.github.raduciumag.shapeshift.server.filter.InputFilterCall
com.github.raduciumag.shapeshift.server.filter.com.github.raduciumag.shapeshift.server.filter.InputFiltersRegistry
com.github.raduciumag.shapeshift.server.filter.com.github.raduciumag.shapeshift.server.filter.JavaInputFilter
com.github.raduciumag.shapeshift.server.generator
com.github.raduciumag.shapeshift.server.generator.com.github.raduciumag.shapeshift.server.generator.BaseOutputGenerator
com.github.raduciumag.shapeshift.server.generator.com.github.raduciumag.shapeshift.server.generator.JavaOutputGenerator
com.github.raduciumag.shapeshift.server.generator.com.github.raduciumag.shapeshift.server.generator.OutputGenerator
com.github.raduciumag.shapeshift.server.generator.com.github.raduciumag.shapeshift.server.generator.OutputGeneratorCall
com.github.raduciumag.shapeshift.server.generator.com.github.raduciumag.shapeshift.server.generator.OutputGeneratorsRegistry
com.github.raduciumag.shapeshift.server.impl.echo
com.github.raduciumag.shapeshift.server.impl.echo.com.github.raduciumag.shapeshift.server.impl.echo.EchoServer
com.github.raduciumag.shapeshift.server.impl.echo.com.github.raduciumag.shapeshift.server.impl.echo.EchoServerConfig
com.github.raduciumag.shapeshift.server.impl.echo.com.github.raduciumag.shapeshift.server.impl.echo.EchoServerHandler
com.github.raduciumag.shapeshift.server.impl.http
com.github.raduciumag.shapeshift.server.impl.http.com.github.raduciumag.shapeshift.server.impl.http.HttpServer
com.github.raduciumag.shapeshift.server.impl.http.com.github.raduciumag.shapeshift.server.impl.http.HttpServerPipelineInitializer
com.github.raduciumag.shapeshift.server.impl.http.bean
com.github.raduciumag.shapeshift.server.impl.http.bean.com.github.raduciumag.shapeshift.server.impl.http.bean.HttpContentType
com.github.raduciumag.shapeshift.server.impl.http.bean.com.github.raduciumag.shapeshift.server.impl.http.bean.HttpRequestMethod
com.github.raduciumag.shapeshift.server.impl.http.bean.com.github.raduciumag.shapeshift.server.impl.http.bean.HttpServerRequest
com.github.raduciumag.shapeshift.server.impl.http.bean.com.github.raduciumag.shapeshift.server.impl.http.bean.HttpServerRequestBuilder
com.github.raduciumag.shapeshift.server.impl.http.bean.com.github.raduciumag.shapeshift.server.impl.http.bean.HttpServerRequestTransformationData
com.github.raduciumag.shapeshift.server.impl.http.bean.com.github.raduciumag.shapeshift.server.impl.http.bean.HttpServerResponse
com.github.raduciumag.shapeshift.server.impl.http.config
com.github.raduciumag.shapeshift.server.impl.http.config.com.github.raduciumag.shapeshift.server.impl.http.config.HttpForwardConfig
com.github.raduciumag.shapeshift.server.impl.http.config.com.github.raduciumag.shapeshift.server.impl.http.config.HttpServerConfig
com.github.raduciumag.shapeshift.server.impl.http.config.com.github.raduciumag.shapeshift.server.impl.http.config.HttpTransformationsConfig
com.github.raduciumag.shapeshift.server.impl.http.exception
com.github.raduciumag.shapeshift.server.impl.http.exception.com.github.raduciumag.shapeshift.server.impl.http.exception.BadRequestException
com.github.raduciumag.shapeshift.server.impl.http.exception.com.github.raduciumag.shapeshift.server.impl.http.exception.HttpServerException
com.github.raduciumag.shapeshift.server.impl.http.filter
com.github.raduciumag.shapeshift.server.impl.http.filter.com.github.raduciumag.shapeshift.server.impl.http.filter.HttpContentMapParamsFilter
com.github.raduciumag.shapeshift.server.impl.http.filter.com.github.raduciumag.shapeshift.server.impl.http.filter.HttpHeadersFilter
com.github.raduciumag.shapeshift.server.impl.http.filter.com.github.raduciumag.shapeshift.server.impl.http.filter.HttpQueryParamsFilter
com.github.raduciumag.shapeshift.server.impl.http.generator
com.github.raduciumag.shapeshift.server.impl.http.generator.com.github.raduciumag.shapeshift.server.impl.http.generator.HttpContentEchoGenerator
com.github.raduciumag.shapeshift.server.impl.http.generator.com.github.raduciumag.shapeshift.server.impl.http.generator.HttpContentGenerator
com.github.raduciumag.shapeshift.server.impl.http.generator.com.github.raduciumag.shapeshift.server.impl.http.generator.HttpContentMimeTypeGenerator
com.github.raduciumag.shapeshift.server.impl.http.generator.com.github.raduciumag.shapeshift.server.impl.http.generator.HttpHeadersGenerator
com.github.raduciumag.shapeshift.server.impl.http.pipeline
com.github.raduciumag.shapeshift.server.impl.http.pipeline.com.github.raduciumag.shapeshift.server.impl.http.pipeline.HttpErrorHandler
com.github.raduciumag.shapeshift.server.impl.http.pipeline.com.github.raduciumag.shapeshift.server.impl.http.pipeline.HttpRequestForwarder
com.github.raduciumag.shapeshift.server.impl.http.pipeline.com.github.raduciumag.shapeshift.server.impl.http.pipeline.HttpRequestPreProcessor
com.github.raduciumag.shapeshift.server.impl.http.pipeline.com.github.raduciumag.shapeshift.server.impl.http.pipeline.HttpRequestProcessor
com.github.raduciumag.shapeshift.server.impl.http.pipeline.com.github.raduciumag.shapeshift.server.impl.http.pipeline.HttpRequestRecorder
com.github.raduciumag.shapeshift.server.impl.http.pipeline.com.github.raduciumag.shapeshift.server.impl.http.pipeline.HttpRequestTransformation
com.github.raduciumag.shapeshift.server.impl.http.pipeline.com.github.raduciumag.shapeshift.server.impl.http.pipeline.HttpResponseComposer
com.github.raduciumag.shapeshift.server.impl.http.service
com.github.raduciumag.shapeshift.server.impl.http.service.com.github.raduciumag.shapeshift.server.impl.http.service.HttpTransformationService
com.github.raduciumag.shapeshift.server.impl.http.tools
com.github.raduciumag.shapeshift.server.impl.http.tools.com.github.raduciumag.shapeshift.server.impl.http.tools.FullHttpResponseBuilder
com.github.raduciumag.shapeshift.server.impl.http.transform
com.github.raduciumag.shapeshift.server.impl.http.transform.com.github.raduciumag.shapeshift.server.impl.http.transform.HttpTransformation
com.github.raduciumag.shapeshift.server.impl.http.transform.com.github.raduciumag.shapeshift.server.impl.http.transform.HttpTransformationExecutor
com.github.raduciumag.shapeshift.server.impl.http.transform.com.github.raduciumag.shapeshift.server.impl.http.transform.HttpTransformationThen
com.github.raduciumag.shapeshift.server.impl.http.transform.com.github.raduciumag.shapeshift.server.impl.http.transform.HttpTransformationWhen
com.github.raduciumag.shapeshift.server.service
com.github.raduciumag.shapeshift.server.service.com.github.raduciumag.shapeshift.server.service.TransformationService
com.github.raduciumag.shapeshift.server.test
com.github.raduciumag.shapeshift.server.test.com.github.raduciumag.shapeshift.server.test.ShapeshiftServerRule
com.github.raduciumag.shapeshift.server.test.com.github.raduciumag.shapeshift.server.test.ShapeshiftServerRuleManager
com.github.raduciumag.shapeshift.server.test.com.github.raduciumag.shapeshift.server.test.TestExecutionType
com.github.raduciumag.shapeshift.server.transform
com.github.raduciumag.shapeshift.server.transform.com.github.raduciumag.shapeshift.server.transform.Transformation
com.github.raduciumag.shapeshift.server.transform.com.github.raduciumag.shapeshift.server.transform.TransformationExecutor
com.github.raduciumag.shapeshift.server.transform.com.github.raduciumag.shapeshift.server.transform.TransformationThen
com.github.raduciumag.shapeshift.server.transform.com.github.raduciumag.shapeshift.server.transform.TransformationWhen




© 2015 - 2024 Weber Informatics LLC | Privacy Policy