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

com.pyx4me.maven.j2me.Dependency Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
/**
 * Pyx4me framework
 * Copyright (C) 2006-2007 pyx4.com.
 * 
 * @author vlads
 * @version $Id: Dependency.java 1494 2007-10-16 21:36:04Z vlads $
 */
package com.pyx4me.maven.j2me;

/**
 * @author vlads
 * 
 */
public class Dependency extends ArtifactFilter {

	protected String filter;

	protected boolean exclude;

	protected boolean include;

	protected boolean withTrail;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy