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