| GroupId | GroupIdio.github.otaka |
|---|---|
| ArtifactId | ArtifactIdswinglayoutbuilder |
| Version | Version0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| swinglayoutbuilder-0.2.pom | |
| swinglayoutbuilder-0.2.jar | 21 KB |
| swinglayoutbuilder-0.2-sources.jar | 9 KB |
| swinglayoutbuilder-0.2-javadoc.jar | 94 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.otaka/swinglayoutbuilder/ -->
<dependency>
<groupId>io.github.otaka</groupId>
<artifactId>swinglayoutbuilder</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.otaka/swinglayoutbuilder/
implementation 'io.github.otaka:swinglayoutbuilder:0.2'
// https://jarcasting.com/artifacts/io.github.otaka/swinglayoutbuilder/
implementation ("io.github.otaka:swinglayoutbuilder:0.2")
'io.github.otaka:swinglayoutbuilder:jar:0.2'
<dependency org="io.github.otaka" name="swinglayoutbuilder" rev="0.2">
<artifact name="swinglayoutbuilder" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.otaka', module='swinglayoutbuilder', version='0.2')
)
libraryDependencies += "io.github.otaka" % "swinglayoutbuilder" % "0.2"
[io.github.otaka/swinglayoutbuilder "0.2"]