GroupId | GroupIdpl.matsuo |
---|---|
ArtifactId | ArtifactIdmatsuo-util-desktop |
Version | Version0.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/pl.matsuo/matsuo-util-desktop/ -->
<dependency>
<groupId>pl.matsuo</groupId>
<artifactId>matsuo-util-desktop</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/pl.matsuo/matsuo-util-desktop/
implementation 'pl.matsuo:matsuo-util-desktop:0.1.3'
// https://jarcasting.com/artifacts/pl.matsuo/matsuo-util-desktop/
implementation ("pl.matsuo:matsuo-util-desktop:0.1.3")
'pl.matsuo:matsuo-util-desktop:jar:0.1.3'
<dependency org="pl.matsuo" name="matsuo-util-desktop" rev="0.1.3">
<artifact name="matsuo-util-desktop" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.matsuo', module='matsuo-util-desktop', version='0.1.3')
)
libraryDependencies += "pl.matsuo" % "matsuo-util-desktop" % "0.1.3"
[pl.matsuo/matsuo-util-desktop "0.1.3"]