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