Download gherkin-jvm-deps-1.0.3.jar file

Introduction

You can download gherkin-jvm-deps-1.0.3.jar in this page.

License

The Apache Software License, Version 2.0

Type List

gherkin-jvm-deps-1.0.3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/info.cukes/gherkin-jvm-deps/pom.properties
META-INF/maven/info.cukes/gherkin-jvm-deps/pom.xml
META-INF/maven/net.iharder/base64/pom.properties
META-INF/maven/net.iharder/base64/pom.xml
gherkin.deps.com.google.gson.DefaultDateTypeAdapter.class
gherkin.deps.com.google.gson.ExclusionStrategy.class
gherkin.deps.com.google.gson.FieldAttributes.class
gherkin.deps.com.google.gson.FieldNamingPolicy.class
gherkin.deps.com.google.gson.FieldNamingStrategy.class
gherkin.deps.com.google.gson.Gson.class
gherkin.deps.com.google.gson.GsonBuilder.class
gherkin.deps.com.google.gson.InstanceCreator.class
gherkin.deps.com.google.gson.JsonArray.class
gherkin.deps.com.google.gson.JsonDeserializationContext.class
gherkin.deps.com.google.gson.JsonDeserializer.class
gherkin.deps.com.google.gson.JsonElement.class
gherkin.deps.com.google.gson.JsonIOException.class
gherkin.deps.com.google.gson.JsonNull.class
gherkin.deps.com.google.gson.JsonObject.class
gherkin.deps.com.google.gson.JsonParseException.class
gherkin.deps.com.google.gson.JsonParser.class
gherkin.deps.com.google.gson.JsonPrimitive.class
gherkin.deps.com.google.gson.JsonSerializationContext.class
gherkin.deps.com.google.gson.JsonSerializer.class
gherkin.deps.com.google.gson.JsonStreamParser.class
gherkin.deps.com.google.gson.JsonSyntaxException.class
gherkin.deps.com.google.gson.LongSerializationPolicy.class
gherkin.deps.com.google.gson.TreeTypeAdapter.class
gherkin.deps.com.google.gson.TypeAdapter.class
gherkin.deps.com.google.gson.TypeAdapterFactory.class
gherkin.deps.com.google.gson.annotations.Expose.class
gherkin.deps.com.google.gson.annotations.JsonAdapter.class
gherkin.deps.com.google.gson.annotations.SerializedName.class
gherkin.deps.com.google.gson.annotations.Since.class
gherkin.deps.com.google.gson.annotations.Until.class
gherkin.deps.com.google.gson.internal.ConstructorConstructor.class
gherkin.deps.com.google.gson.internal.Excluder.class
gherkin.deps.com.google.gson.internal.JsonReaderInternalAccess.class
gherkin.deps.com.google.gson.internal.LazilyParsedNumber.class
gherkin.deps.com.google.gson.internal.LinkedHashTreeMap.class
gherkin.deps.com.google.gson.internal.LinkedTreeMap.class
gherkin.deps.com.google.gson.internal.ObjectConstructor.class
gherkin.deps.com.google.gson.internal.Primitives.class
gherkin.deps.com.google.gson.internal.Streams.class
gherkin.deps.com.google.gson.internal.UnsafeAllocator.class
gherkin.deps.com.google.gson.internal.bind.ArrayTypeAdapter.class
gherkin.deps.com.google.gson.internal.bind.CollectionTypeAdapterFactory.class
gherkin.deps.com.google.gson.internal.bind.DateTypeAdapter.class
gherkin.deps.com.google.gson.internal.bind.JsonAdapterAnnotationTypeAdapterFactory.class
gherkin.deps.com.google.gson.internal.bind.JsonTreeReader.class
gherkin.deps.com.google.gson.internal.bind.JsonTreeWriter.class
gherkin.deps.com.google.gson.internal.bind.MapTypeAdapterFactory.class
gherkin.deps.com.google.gson.internal.bind.ObjectTypeAdapter.class
gherkin.deps.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.class
gherkin.deps.com.google.gson.internal.bind.SqlDateTypeAdapter.class
gherkin.deps.com.google.gson.internal.bind.TimeTypeAdapter.class
gherkin.deps.com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.class
gherkin.deps.com.google.gson.internal.bind.TypeAdapters.class
gherkin.deps.com.google.gson.reflect.TypeToken.class
gherkin.deps.com.google.gson.stream.JsonReader.class
gherkin.deps.com.google.gson.stream.JsonScope.class
gherkin.deps.com.google.gson.stream.JsonToken.class
gherkin.deps.com.google.gson.stream.JsonWriter.class
gherkin.deps.com.google.gson.stream.MalformedJsonException.class
gherkin.deps.net.iharder.Base64.class

Pom

gherkin-jvm-deps-1.0.3.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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">
  <parent>
    <artifactId>oss-parent</artifactId>
    <groupId>org.sonatype.oss</groupId>
    <version>7</version>
    <relativePath>../pom.xml/pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>info.cukes</groupId>
  <artifactId>gherkin-jvm-deps</artifactId>
  <name>Gherkin Repackaged Dependencies</name>
  <version>1.0.3</version>
  <url>https://github.com/cucumber/gherkin-jvm-deps</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>
      <comments>The License used by Gson</comments>
    </license>
    <license>
      <name>Public Domain</name>
      <url>http://en.wikipedia.org/wiki/Public_domain</url>
      <distribution>repo</distribution>
      <comments>The Base64 code is in the Public Domain</comments>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:git://github.com/cucumber/gherkin-jvm-deps.git</connection>
    <developerConnection>scm:git:git@github.com:cucumber/gherkin-jvm-deps.git</developerConnection>
    <tag>v1.0.3</tag>
    <url>git://github.com/cucumber/gherkin-jvm-deps.git</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-source-plugin</artifactId>
        <version>2.4</version>
        <executions>
          <execution>
            <id>bind-sources</id>
            <phase>verify</phase>
            <goals>
              <goal>jar-no-fork</goal>
            </goals>
            <configuration>
              <forceCreation>true</forceCreation>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <version>2.3</version>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <createSourcesJar>true</createSourcesJar>
              <relocations>
                <relocation>
                  <pattern>com.google.gson</pattern>
                  <shadedPattern>gherkin.deps.com.google.gson</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>net.iharder</pattern>
                  <shadedPattern>gherkin.deps.net.iharder</shadedPattern>
                </relocation>
              </relocations>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.10.1</version>
        <executions>
          <execution>
            <id>javadoc-jar</id>
            <phase>package</phase>
            <goals>
              <goal>jar</goal>
            </goals>
            <configuration>
              <includeDependencySources>true</includeDependencySources>
              <additionalparam>-Xdoclint:none</additionalparam>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-release-plugin</artifactId>
        <version>2.5.1</version>
        <configuration>
          <tagNameFormat>v@{project.version}</tagNameFormat>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <profiles>
    <profile>
      <id>release-sign-artifacts</id>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-gpg-plugin</artifactId>
            <version>1.6</version>
            <executions>
              <execution>
                <id>sign-artifacts</id>
                <phase>verify</phase>
                <goals>
                  <goal>sign</goal>
                </goals>
                <configuration>
                  <useAgent>true</useAgent>
                </configuration>
              </execution>
            </executions>
            <configuration>
              <useAgent>true</useAgent>
            </configuration>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
</project>

POM Entry

<dependency>
   <groupId>info.cukes</groupId>
   <artifactId>gherkin-jvm-deps</artifactId>
   <version>1.0.3</version>
</dependency>

Download

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



Download gherkin-jvm-deps-1.0.3.jar file




PreviousNext

Related