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