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