GroupId | GroupIdcom.github.dotxyteam |
---|---|
ArtifactId | ArtifactIdswing-testing-toolkit |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
swing-testing-toolkit-1.3.0.pom | |
swing-testing-toolkit-1.3.0.jar | 228 KB |
swing-testing-toolkit-1.3.0-sources.jar | 116 KB |
swing-testing-toolkit-1.3.0-javadoc.jar | 401 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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dotxyteam/swing-testing-toolkit/
implementation 'com.github.dotxyteam:swing-testing-toolkit:1.3.0'
// https://jarcasting.com/artifacts/com.github.dotxyteam/swing-testing-toolkit/
implementation ("com.github.dotxyteam:swing-testing-toolkit:1.3.0")
'com.github.dotxyteam:swing-testing-toolkit:jar:1.3.0'
<dependency org="com.github.dotxyteam" name="swing-testing-toolkit" rev="1.3.0">
<artifact name="swing-testing-toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dotxyteam', module='swing-testing-toolkit', version='1.3.0')
)
libraryDependencies += "com.github.dotxyteam" % "swing-testing-toolkit" % "1.3.0"
[com.github.dotxyteam/swing-testing-toolkit "1.3.0"]