| GroupId | GroupIdcom.github.tadukoo.view |
|---|---|
| ArtifactId | ArtifactIdTadukooLookAndFeel |
| Version | Version0.2.2-Alpha |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.tadukoo.view/TadukooLookAndFeel/ -->
<dependency>
<groupId>com.github.tadukoo.view</groupId>
<artifactId>TadukooLookAndFeel</artifactId>
<version>0.2.2-Alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tadukoo.view/TadukooLookAndFeel/
implementation 'com.github.tadukoo.view:TadukooLookAndFeel:0.2.2-Alpha'
// https://jarcasting.com/artifacts/com.github.tadukoo.view/TadukooLookAndFeel/
implementation ("com.github.tadukoo.view:TadukooLookAndFeel:0.2.2-Alpha")
'com.github.tadukoo.view:TadukooLookAndFeel:jar:0.2.2-Alpha'
<dependency org="com.github.tadukoo.view" name="TadukooLookAndFeel" rev="0.2.2-Alpha">
<artifact name="TadukooLookAndFeel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tadukoo.view', module='TadukooLookAndFeel', version='0.2.2-Alpha')
)
libraryDependencies += "com.github.tadukoo.view" % "TadukooLookAndFeel" % "0.2.2-Alpha"
[com.github.tadukoo.view/TadukooLookAndFeel "0.2.2-Alpha"]