| Categories |
CategoriesJava Languages Net KeY Data Data Formats Formal Verification |
|---|---|
| GroupId | GroupIdnet.java.truecommons |
| ArtifactId | ArtifactIdtruecommons-key-swing |
| Version | Version2.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| truecommons-key-swing-2.2.1.pom | |
| truecommons-key-swing-2.2.1.jar | 68 KB |
| truecommons-key-swing-2.2.1-sources.jar | 51 KB |
| truecommons-key-swing-2.2.1-javadoc.jar | 178 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.java.truecommons/truecommons-key-swing/ -->
<dependency>
<groupId>net.java.truecommons</groupId>
<artifactId>truecommons-key-swing</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-key-swing/
implementation 'net.java.truecommons:truecommons-key-swing:2.2.1'
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-key-swing/
implementation ("net.java.truecommons:truecommons-key-swing:2.2.1")
'net.java.truecommons:truecommons-key-swing:jar:2.2.1'
<dependency org="net.java.truecommons" name="truecommons-key-swing" rev="2.2.1">
<artifact name="truecommons-key-swing" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truecommons', module='truecommons-key-swing', version='2.2.1')
)
libraryDependencies += "net.java.truecommons" % "truecommons-key-swing" % "2.2.1"
[net.java.truecommons/truecommons-key-swing "2.2.1"]