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