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