You can download raml-parser-0.8.12.jar in this page.
Apache License, Version 2.0
raml-parser-0.8.12.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.raml/raml-parser/pom.properties META-INF/maven/org.raml/raml-parser/pom.xml org.raml.Validator.class org.raml.emitter.RamlEmitter.class org.raml.model.Action.class org.raml.model.ActionType.class org.raml.model.DocumentationItem.class org.raml.model.MimeType.class org.raml.model.ParamType.class org.raml.model.Protocol.class org.raml.model.Raml.class org.raml.model.Resource.class org.raml.model.Response.class org.raml.model.SecurityReference.class org.raml.model.SecurityScheme.class org.raml.model.SecuritySchemeDescriptor.class org.raml.model.SecuritySettings.class org.raml.model.Template.class org.raml.model.parameter.AbstractParam.class org.raml.model.parameter.FormParameter.class org.raml.model.parameter.Header.class org.raml.model.parameter.QueryParameter.class org.raml.model.parameter.UriParameter.class org.raml.parser.annotation.Key.class org.raml.parser.annotation.Mapping.class org.raml.parser.annotation.Parent.class org.raml.parser.annotation.Scalar.class org.raml.parser.annotation.Sequence.class org.raml.parser.annotation.Value.class org.raml.parser.builder.AbstractFactory.class org.raml.parser.builder.DefaultTupleBuilder.class org.raml.parser.builder.ImplicitMapEntryBuilder.class org.raml.parser.builder.MapTupleBuilder.class org.raml.parser.builder.MapWithListValueTupleBuilder.class org.raml.parser.builder.NodeBuilder.class org.raml.parser.builder.PojoTupleBuilder.class org.raml.parser.builder.ResourceTypeBuilder.class org.raml.parser.builder.ScalarTupleBuilder.class org.raml.parser.builder.SequenceBuilder.class org.raml.parser.builder.SequenceTupleBuilder.class org.raml.parser.builder.TemplateBuilder.class org.raml.parser.builder.TraitBuilder.class org.raml.parser.builder.TupleBuilder.class org.raml.parser.builder.TupleBuilderFactory.class org.raml.parser.completion.DefaultSuggestion.class org.raml.parser.completion.KeySuggestion.class org.raml.parser.completion.NodeContext.class org.raml.parser.completion.Suggestion.class org.raml.parser.loader.ClassPathResourceLoader.class org.raml.parser.loader.CompositeResourceLoader.class org.raml.parser.loader.DefaultResourceLoader.class org.raml.parser.loader.FileResourceLoader.class org.raml.parser.loader.ResourceLoader.class org.raml.parser.loader.UrlResourceLoader.class org.raml.parser.resolver.DefaultScalarTupleHandler.class org.raml.parser.resolver.DefaultTupleHandler.class org.raml.parser.resolver.EnumHandler.class org.raml.parser.resolver.MatchAllHandler.class org.raml.parser.resolver.MimeTypeHandler.class org.raml.parser.resolver.ResourceHandler.class org.raml.parser.resolver.ResponseHandler.class org.raml.parser.resolver.TupleHandler.class org.raml.parser.rule.BaseUriRule.class org.raml.parser.rule.ContributionTupleRule.class org.raml.parser.rule.DefaultTupleRule.class org.raml.parser.rule.EnumModifierRule.class org.raml.parser.rule.GlobalSchemasRule.class org.raml.parser.rule.ImplicitMapEntryRule.class org.raml.parser.rule.MapTupleRule.class org.raml.parser.rule.MapWithListValueTupleRule.class org.raml.parser.rule.NodeRule.class org.raml.parser.rule.NodeRuleFactory.class org.raml.parser.rule.NodeRuleFactoryExtension.class org.raml.parser.rule.ParamRule.class org.raml.parser.rule.PojoTupleRule.class org.raml.parser.rule.SchemaRule.class org.raml.parser.rule.SecurityReferenceRule.class org.raml.parser.rule.SecurityReferenceSequenceRule.class org.raml.parser.rule.SequenceRule.class org.raml.parser.rule.SequenceTupleNullsAllowedRule.class org.raml.parser.rule.SequenceTupleRule.class org.raml.parser.rule.SimpleNullAllowedRule.class org.raml.parser.rule.SimpleRule.class org.raml.parser.rule.TupleRule.class org.raml.parser.rule.TypedTupleRule.class org.raml.parser.rule.UnknownTupleRule.class org.raml.parser.rule.UriParametersRule.class org.raml.parser.rule.ValidationMessage.class org.raml.parser.rule.ValidationResult.class org.raml.parser.tagresolver.ContextPath.class org.raml.parser.tagresolver.ContextPathAware.class org.raml.parser.tagresolver.IncludeResolver.class org.raml.parser.tagresolver.JacksonTagResolver.class org.raml.parser.tagresolver.JaxbTagResolver.class org.raml.parser.tagresolver.PojoValidatorTagResolver.class org.raml.parser.tagresolver.TagResolver.class org.raml.parser.utils.BooleanConverter.class org.raml.parser.utils.ConvertUtils.class org.raml.parser.utils.Inflector.class org.raml.parser.utils.NodeUtils.class org.raml.parser.utils.ReflectionUtils.class org.raml.parser.utils.StreamUtils.class org.raml.parser.visitor.ErrorMessage.class org.raml.parser.visitor.IncludeInfo.class org.raml.parser.visitor.MediaTypeResolver.class org.raml.parser.visitor.NodeHandler.class org.raml.parser.visitor.NodeVisitor.class org.raml.parser.visitor.RamlDocumentBuilder.class org.raml.parser.visitor.RamlDocumentValidator.class org.raml.parser.visitor.RamlValidationService.class org.raml.parser.visitor.TemplateResolver.class org.raml.parser.visitor.TupleType.class org.raml.parser.visitor.YamlDocumentBuilder.class org.raml.parser.visitor.YamlDocumentSuggester.class org.raml.parser.visitor.YamlDocumentValidator.class org.raml.parser.visitor.YamlValidationService.class org.raml.parser.visitor.YamlValidator.class
raml-parser-0.8.12.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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.raml</groupId> <artifactId>raml-parser</artifactId> <version>0.8.12</version> <packaging>jar</packaging> <name>Raml parser</name> <description>Java implementation of the raml parser</description> <developers> <developer> <id>svacas</id> </developer> </developers> <url>https://github.com/raml-org/raml-java-parser</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <snakeyaml.version>1.15</snakeyaml.version> </properties> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <!-- We can't upgrade until this get fixed http://jira.codehaus.org/browse/MRELEASE --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> </plugin> <plugin> <groupId>com.mycila.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId> <version>1.9.0</version> <configuration> <header>LICENSE_HEADER.txt</header> <excludes> <exclude>**/org/raml/parser/utils/Inflector.java</exclude> <exclude>target/**</exclude> <exclude>**/.gitignore</exclude> <exclude>.idea/**</exclude> <exclude>**/*.yaml</exclude> <exclude>**/*.raml</exclude> <exclude>**/*.txt</exclude> <exclude>**/*.json</exclude> <exclude>**/*.xml</exclude> <exclude>**/*.xsd</exclude> <exclude>**/*.properties</exclude> <exclude>**/*.md</exclude> <exclude>**/build-number.txt</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> </mapping> <strictCheck>true</strictCheck> </configuration> <executions> <execution> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>2.5.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.0-beta-2</version> <configuration> <reportPlugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> </plugin> </reportPlugins> </configuration> </plugin> </plugins> <pluginManagement> <plugins> <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.3.2</version> </plugin> </plugins> </pluginManagement> </build> <profiles> <profile> <id>sonatype</id> <build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.5</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.4</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.3</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.6</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> </profile> <profile> <id>jar-with-dependencies</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>1.4</version> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <transformers> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> <mainClass>org.raml.Validator</mainClass> </transformer> <transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer"> <resource>log4j.properties</resource> <file>src/test/resources/log4j.properties</file> </transformer> </transformers> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> <dependencies> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <version>${snakeyaml.version}</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.4</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.6</version> </dependency> <dependency> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.5</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.7.5</version> </dependency> <dependency> <groupId>com.github.fge</groupId> <artifactId>json-schema-validator</artifactId> <version>2.2.6</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-jsonSchema</artifactId> <version>2.4.4</version> </dependency> <dependency> <groupId>com.googlecode.juniversalchardet</groupId> <artifactId>juniversalchardet</artifactId> <version>1.0.3</version> </dependency> <!--test deps --> <dependency> <groupId>junit</groupId> <artifactId>junit-dep</artifactId> <version>4.10</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <version>1.1</version> <scope>test</scope> </dependency> </dependencies> <scm> <connection>scm:git:git://github.com:raml-org/raml-java-parser.git</connection> <developerConnection>scm:git:git@github.com:raml-org/raml-java-parser.git</developerConnection> <url>http://github.com/raml-org/raml-java-parser</url> <tag>0.8.12</tag> </scm> <distributionManagement> <repository> <id>mulesoft-releases</id> <name>MuleSoft Releases Repository</name> <url>https://repository-master.mulesoft.org/releases/</url> </repository> <snapshotRepository> <id>mulesoft-snapshots</id> <name>MuleSoft Snapshots Repository</name> <url>https://repository-master.mulesoft.org/snapshots/</url> </snapshotRepository> </distributionManagement> </project>
<dependency> <groupId>org.raml</groupId> <artifactId>raml-parser</artifactId> <version>0.8.12</version> </dependency>
If you think the following raml-parser-0.8.12.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download raml-parser-0.8.12.jar file