GroupId | GroupIdcom.github.dotxyteam |
---|---|
ArtifactId | ArtifactIdswing-testing-toolkit |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
swing-testing-toolkit-1.2.0.pom | |
swing-testing-toolkit-1.2.0.jar | 220 KB |
swing-testing-toolkit-1.2.0-sources.jar | 114 KB |
swing-testing-toolkit-1.2.0-javadoc.jar | 376 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dotxyteam/swing-testing-toolkit/ -->
<dependency>
<groupId>com.github.dotxyteam</groupId>
<artifactId>swing-testing-toolkit</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dotxyteam/swing-testing-toolkit/
implementation 'com.github.dotxyteam:swing-testing-toolkit:1.2.0'
// https://jarcasting.com/artifacts/com.github.dotxyteam/swing-testing-toolkit/
implementation ("com.github.dotxyteam:swing-testing-toolkit:1.2.0")
'com.github.dotxyteam:swing-testing-toolkit:jar:1.2.0'
<dependency org="com.github.dotxyteam" name="swing-testing-toolkit" rev="1.2.0">
<artifact name="swing-testing-toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dotxyteam', module='swing-testing-toolkit', version='1.2.0')
)
libraryDependencies += "com.github.dotxyteam" % "swing-testing-toolkit" % "1.2.0"
[com.github.dotxyteam/swing-testing-toolkit "1.2.0"]