| GroupId | GroupIdpl.matsuo |
|---|---|
| ArtifactId | ArtifactIdmatsuo-model |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| matsuo-model-0.1.1.pom | |
| matsuo-model-0.1.1.jar | 87 KB |
| matsuo-model-0.1.1-tests.jar | 19 KB |
| matsuo-model-0.1.1-sources.jar | 48 KB |
| matsuo-model-0.1.1-javadoc.jar | 575 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.matsuo/matsuo-model/ -->
<dependency>
<groupId>pl.matsuo</groupId>
<artifactId>matsuo-model</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.matsuo/matsuo-model/
implementation 'pl.matsuo:matsuo-model:0.1.1'
// https://jarcasting.com/artifacts/pl.matsuo/matsuo-model/
implementation ("pl.matsuo:matsuo-model:0.1.1")
'pl.matsuo:matsuo-model:jar:0.1.1'
<dependency org="pl.matsuo" name="matsuo-model" rev="0.1.1">
<artifact name="matsuo-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.matsuo', module='matsuo-model', version='0.1.1')
)
libraryDependencies += "pl.matsuo" % "matsuo-model" % "0.1.1"
[pl.matsuo/matsuo-model "0.1.1"]