JTextFieldPlaceholder
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.material-ui-swing</groupId> <artifactId>JTextFieldPlaceholder</artifactId> <version>0.0.2-rc1</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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.material-ui-swing</groupId> <artifactId>JTextFieldPlaceholder</artifactId> <version>0.0.2-rc1</version> <name>JTextFieldPlaceholder</name> <description>Simple Swing component with placeholder called JTextFieldPlaceholder</description> <url>https://github.com/material-ui-swing/JTextFieldPlaceholder</url> <licenses> <license> <name>BSD 3-Clause "New" or "Revised"</name> <url>https://github.com/material-ui-swing/JTextFieldPlaceholder/blob/master/LICENSE.md</url> </license> </licenses> <developers> <developer> <id>vincenzopalazzo</id> <name>Vincenzo Palazzo</name> <email>vincenzopalazzodev@gmail.com</email> <url>https://github.com/vincenzopalazzo</url> <roles> <role>developer</role> </roles> <timezone>Europe/Rome</timezone> </developer> </developers> <scm> <connection>scm:git:git://github.com/material-ui-swing/JTextFieldPlaceholder.git</connection> <developerConnection>scm:git:ssh://github.com:material-ui-swing/JTextFieldPlaceholder.git</developerConnection> <url>https://github.com/material-ui-swing/JTextFieldPlaceholder.git</url> </scm> <dependencies> <dependency> <groupId>io.github.vincenzopalazzo</groupId> <artifactId>material-ui-swing</artifactId> <version>1.1.2-rc2</version> <scope>runtime</scope> </dependency> </dependencies> </project>