t

truecommons-key-swing

Prompts the user for passwords via a Swing based dialog, if available.
Files download
File Operation
truecommons-key-swing-2.5.0.jar download
truecommons-key-swing-2.5.0.pom download
truecommons-key-swing-2.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.java.truecommons</groupId>
  <artifactId>truecommons-key-swing</artifactId>
  <version>2.5.0</version>
</dependency>
Gradle Groovy
implementation 'net.java.truecommons:truecommons-key-swing:2.5.0'
Gradle Kotlin
implementation("net.java.truecommons:truecommons-key-swing:2.5.0")
Scala SBT
libraryDependencies += "net.java.truecommons" % "truecommons-key-swing" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='net.java.truecommons', module='truecommons-key-swing', version='2.5.0')
)
Apache Ivy
<dependency org="net.java.truecommons" name="truecommons-key-swing" rev="2.5.0" />
Leiningen
[net.java.truecommons/truecommons-key-swing "2.5.0"]
Apache Buildr
'net.java.truecommons:truecommons-key-swing:jar:2.5.0'