jib-custom-entrypoint-extension-maven
Used in: 
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
    <groupId>com.artemkaxboy</groupId>
    <artifactId>jib-custom-entrypoint-extension-maven</artifactId>
    <version>0.1.0</version>
</dependency><?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>com.artemkaxboy</groupId>
  <artifactId>jib-custom-entrypoint-extension-maven</artifactId>
  <version>0.1.0</version>
  <name>Custom Entrypoint Extension for Jib Plugin</name>
  <description>Allows customizing entrypoint.</description>
  <url>https://github.com/artemkaxboy/jib-custom-entrypoint-extension</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>artemkaxboy</id>
      <name>Artem Kolin</name>
      <email>artemkaxboy@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/artemkaxboy/jib-custom-entrypoint-extension</connection>
    <developerConnection>https://github.com/artemkaxboy/jib-custom-entrypoint-extension</developerConnection>
    <url>https://github.com/artemkaxboy/jib-custom-entrypoint-extension</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.cloud.tools</groupId>
      <artifactId>jib-maven-plugin-extension-api</artifactId>
      <version>0.4.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.13.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>3.4.6</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>