| Группа | Группаpl.matsuo |
|---|---|
| Идентификатор | Идентификаторmatsuo-webapp |
| Версия | Версия0.1.5 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| matsuo-webapp-0.1.5.pom | |
| matsuo-webapp-0.1.5.war | 64 MB |
| matsuo-webapp-0.1.5-tests.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/pl.matsuo/matsuo-webapp/ -->
<dependency>
<groupId>pl.matsuo</groupId>
<artifactId>matsuo-webapp</artifactId>
<version>0.1.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/pl.matsuo/matsuo-webapp/
implementation 'pl.matsuo:matsuo-webapp:0.1.5'
// https://jarcasting.com/artifacts/pl.matsuo/matsuo-webapp/
implementation ("pl.matsuo:matsuo-webapp:0.1.5")
'pl.matsuo:matsuo-webapp:war:0.1.5'
<dependency org="pl.matsuo" name="matsuo-webapp" rev="0.1.5">
<artifact name="matsuo-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='pl.matsuo', module='matsuo-webapp', version='0.1.5')
)
libraryDependencies += "pl.matsuo" % "matsuo-webapp" % "0.1.5"
[pl.matsuo/matsuo-webapp "0.1.5"]