GroupId | GroupIdcom.github.rickyclarkson |
---|---|
ArtifactId | ArtifactIdswingflow |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
swingflow-1.2.pom | |
swingflow-1.2.jar | 28 KB |
swingflow-1.2-sources.jar | 7 KB |
swingflow-1.2-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rickyclarkson/swingflow/ -->
<dependency>
<groupId>com.github.rickyclarkson</groupId>
<artifactId>swingflow</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rickyclarkson/swingflow/
implementation 'com.github.rickyclarkson:swingflow:1.2'
// https://jarcasting.com/artifacts/com.github.rickyclarkson/swingflow/
implementation ("com.github.rickyclarkson:swingflow:1.2")
'com.github.rickyclarkson:swingflow:jar:1.2'
<dependency org="com.github.rickyclarkson" name="swingflow" rev="1.2">
<artifact name="swingflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rickyclarkson', module='swingflow', version='1.2')
)
libraryDependencies += "com.github.rickyclarkson" % "swingflow" % "1.2"
[com.github.rickyclarkson/swingflow "1.2"]