| GroupId | GroupIdcom.github.mdre |
|---|---|
| ArtifactId | ArtifactIdflowmenubar |
| Version | Version0.5.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| flowmenubar-0.5.1.pom | |
| flowmenubar-0.5.1.jar | 13 KB |
| flowmenubar-0.5.1-sources.jar | 10 KB |
| flowmenubar-0.5.1-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mdre/flowmenubar/ -->
<dependency>
<groupId>com.github.mdre</groupId>
<artifactId>flowmenubar</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mdre/flowmenubar/
implementation 'com.github.mdre:flowmenubar:0.5.1'
// https://jarcasting.com/artifacts/com.github.mdre/flowmenubar/
implementation ("com.github.mdre:flowmenubar:0.5.1")
'com.github.mdre:flowmenubar:jar:0.5.1'
<dependency org="com.github.mdre" name="flowmenubar" rev="0.5.1">
<artifact name="flowmenubar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mdre', module='flowmenubar', version='0.5.1')
)
libraryDependencies += "com.github.mdre" % "flowmenubar" % "0.5.1"
[com.github.mdre/flowmenubar "0.5.1"]