t

truecommons-key-swing

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