GroupId | GroupIdpl.matsuo |
---|---|
ArtifactId | ArtifactIdmatsuo-util |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
matsuo-util-0.1.5.pom | 831 bytes |
matsuo-util-0.1.5-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.matsuo/matsuo-util/ -->
<dependency>
<groupId>pl.matsuo</groupId>
<artifactId>matsuo-util</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/pl.matsuo/matsuo-util/
implementation 'pl.matsuo:matsuo-util:0.1.5'
// https://jarcasting.com/artifacts/pl.matsuo/matsuo-util/
implementation ("pl.matsuo:matsuo-util:0.1.5")
'pl.matsuo:matsuo-util:jar:0.1.5'
<dependency org="pl.matsuo" name="matsuo-util" rev="0.1.5">
<artifact name="matsuo-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.matsuo', module='matsuo-util', version='0.1.5')
)
libraryDependencies += "pl.matsuo" % "matsuo-util" % "0.1.5"
[pl.matsuo/matsuo-util "0.1.5"]