prefdialog-corefields
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.anrisoftware.prefdialog</groupId> <artifactId>prefdialog-corefields</artifactId> <version>3.7</version> </dependency>
<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>prefdialog-parent</artifactId> <groupId>com.anrisoftware.prefdialog</groupId> <version>3.7</version> <relativePath>../prefdialog-parent</relativePath> </parent> <artifactId>prefdialog-corefields</artifactId> <name>Prefdialog :: Core Fields</name> <description>Core fields.</description> <url>https://anrisoftware.com/projects/projects/prefdialog-corefields</url> <inceptionYear>2013</inceptionYear> <issueManagement> <system>Redmine</system> <url>https://anrisoftware.com/projects/projects/prefdialog1</url> </issueManagement> <scm> <connection>scm:git:git@anrisoftware.com:prefdialog.git</connection> <developerConnection>scm:git:git@anrisoftware.com:prefdialog.git</developerConnection> <url>https://anrisoftware.com/projects/projects/prefdialog1/repository</url> </scm> <distributionManagement> <site> <id>anrisoftware</id> <url>dav:https://anrisoftware.com/javadoc/${project.groupId}/${project.artifactId}</url> </site> <repository> <id>osssonatype</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> </repository> <snapshotRepository> <id>osssonatype_snapshots</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <dependencies> <!-- test dependencies --> <dependency> <groupId>com.anrisoftware.globalpom</groupId> <artifactId>globalpom-groovytestutils</artifactId> <scope>test</scope> </dependency> <!-- own modules dependencies --> <dependency> <groupId>com.anrisoftware.prefdialog</groupId> <artifactId>prefdialog-core</artifactId> <version>3.7</version> </dependency> <dependency> <groupId>com.anrisoftware.prefdialog</groupId> <artifactId>prefdialog-misc-swing</artifactId> <version>3.7</version> </dependency> <!-- compile dependencies --> <dependency> <groupId>com.anrisoftware.resources</groupId> <artifactId>resources-images</artifactId> </dependency> <dependency> <groupId>com.anrisoftware.resources</groupId> <artifactId>resources-texts</artifactId> </dependency> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-multibindings</artifactId> </dependency> <dependency> <groupId>com.anrisoftware.globalpom</groupId> <artifactId>globalpomutils-core</artifactId> </dependency> <dependency> <groupId>org.mangosdk.spi</groupId> <artifactId>spi</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.miglayout</groupId> <artifactId>miglayout-swing</artifactId> </dependency> </dependencies> </project>