| GroupId | GroupIdcom.festo.aas |
|---|---|
| ArtifactId | ArtifactIdp4m-helpers |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| p4m-helpers-1.0.2.pom | |
| p4m-helpers-1.0.2.jar | 39 KB |
| p4m-helpers-1.0.2-sources.jar | 35 KB |
| p4m-helpers-1.0.2-javadoc.jar | 582 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.festo.aas/p4m-helpers/ -->
<dependency>
<groupId>com.festo.aas</groupId>
<artifactId>p4m-helpers</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.festo.aas/p4m-helpers/
implementation 'com.festo.aas:p4m-helpers:1.0.2'
// https://jarcasting.com/artifacts/com.festo.aas/p4m-helpers/
implementation ("com.festo.aas:p4m-helpers:1.0.2")
'com.festo.aas:p4m-helpers:jar:1.0.2'
<dependency org="com.festo.aas" name="p4m-helpers" rev="1.0.2">
<artifact name="p4m-helpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.festo.aas', module='p4m-helpers', version='1.0.2')
)
libraryDependencies += "com.festo.aas" % "p4m-helpers" % "1.0.2"
[com.festo.aas/p4m-helpers "1.0.2"]