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