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