Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.athaydes.automaton |
ArtifactId | ArtifactIdswing-selectors |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
swing-selectors-1.0.pom | |
swing-selectors-1.0.jar | 34 KB |
swing-selectors-1.0-sources.jar | 5 KB |
swing-selectors-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.athaydes.automaton/swing-selectors/ -->
<dependency>
<groupId>com.athaydes.automaton</groupId>
<artifactId>swing-selectors</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.athaydes.automaton/swing-selectors/
implementation 'com.athaydes.automaton:swing-selectors:1.0'
// https://jarcasting.com/artifacts/com.athaydes.automaton/swing-selectors/
implementation ("com.athaydes.automaton:swing-selectors:1.0")
'com.athaydes.automaton:swing-selectors:jar:1.0'
<dependency org="com.athaydes.automaton" name="swing-selectors" rev="1.0">
<artifact name="swing-selectors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.athaydes.automaton', module='swing-selectors', version='1.0')
)
libraryDependencies += "com.athaydes.automaton" % "swing-selectors" % "1.0"
[com.athaydes.automaton/swing-selectors "1.0"]