| GroupId | GroupIdpl.matsuo |
|---|---|
| ArtifactId | ArtifactIdmatsuo-webapp |
| Version | Version0.1.3 |
| Type | Typewar |
| Filename | Size |
|---|---|
| matsuo-webapp-0.1.3.pom | |
| matsuo-webapp-0.1.3.war | 65 MB |
| matsuo-webapp-0.1.3-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.matsuo/matsuo-webapp/ -->
<dependency>
<groupId>pl.matsuo</groupId>
<artifactId>matsuo-webapp</artifactId>
<version>0.1.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/pl.matsuo/matsuo-webapp/
implementation 'pl.matsuo:matsuo-webapp:0.1.3'
// https://jarcasting.com/artifacts/pl.matsuo/matsuo-webapp/
implementation ("pl.matsuo:matsuo-webapp:0.1.3")
'pl.matsuo:matsuo-webapp:war:0.1.3'
<dependency org="pl.matsuo" name="matsuo-webapp" rev="0.1.3">
<artifact name="matsuo-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='pl.matsuo', module='matsuo-webapp', version='0.1.3')
)
libraryDependencies += "pl.matsuo" % "matsuo-webapp" % "0.1.3"
[pl.matsuo/matsuo-webapp "0.1.3"]