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