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