| License |
License
GNU GENERAL PUBLIC LICENSE
|
|---|---|
| GroupId | GroupIdio.github.ashr123 |
| ArtifactId | ArtifactIdj-fields |
| Version | Version1.1.3 |
| Type | Typejar |
| Description |
DescriptionJFields
Swing JFields that adapted for special needs
|
| Filename | Size |
|---|---|
| j-fields-1.1.3.pom | |
| j-fields-1.1.3.jar | 4 KB |
| j-fields-1.1.3-sources.jar | 3 KB |
| j-fields-1.1.3-javadoc.jar | 118 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ashr123/j-fields/ -->
<dependency>
<groupId>io.github.ashr123</groupId>
<artifactId>j-fields</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ashr123/j-fields/
implementation 'io.github.ashr123:j-fields:1.1.3'
// https://jarcasting.com/artifacts/io.github.ashr123/j-fields/
implementation ("io.github.ashr123:j-fields:1.1.3")
'io.github.ashr123:j-fields:jar:1.1.3'
<dependency org="io.github.ashr123" name="j-fields" rev="1.1.3">
<artifact name="j-fields" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ashr123', module='j-fields', version='1.1.3')
)
libraryDependencies += "io.github.ashr123" % "j-fields" % "1.1.3"
[io.github.ashr123/j-fields "1.1.3"]