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