jar

com.liferay : com.liferay.gradle.plugins.app.docker

Maven & Gradle

Aug 04, 2023
2k stars

The App Docker Gradle plugin lets you build a single Docker image for an application that spans different subprojects, each one representing a different component of the same application. The Docker image can then be pushed to a registry.

Table Of Contents

Latest Version

Download com.liferay : com.liferay.gradle.plugins.app.docker JAR file - Latest Versions:

All Versions

Download com.liferay : com.liferay.gradle.plugins.app.docker JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window com.liferay.gradle.plugins.app.docker-1.0.13.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.liferay.gradle.plugins.app.docker

├─ com.liferay.gradle.plugins.app.docker.AppDockerExtension.class - [JAR]

├─ com.liferay.gradle.plugins.app.docker.AppDockerPlugin.class - [JAR]

com.liferay.gradle.plugins.app.docker.internal.util

├─ com.liferay.gradle.plugins.app.docker.internal.util.ExecStandardOutputCallable.class - [JAR]

Advertisement