All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.threatconnect.app.addons.util.config.install.Docker Maven / Gradle / Ivy

There is a newer version: 2.15.0
Show newest version
package com.threatconnect.app.addons.util.config.install;

public class Docker
{
	private String image;
	
	public String getImage()
	{
		return image;
	}
	
	public void setImage(final String image)
	{
		this.image = image;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy