| GroupId | GroupIdcom.festo.aas |
|---|---|
| ArtifactId | ArtifactIdp4m-helpers |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| p4m-helpers-1.0.0.pom | |
| p4m-helpers-1.0.0.jar | 39 KB |
| p4m-helpers-1.0.0-sources.jar | 35 KB |
| p4m-helpers-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.festo.aas/p4m-helpers/
implementation 'com.festo.aas:p4m-helpers:1.0.0'
// https://jarcasting.com/artifacts/com.festo.aas/p4m-helpers/
implementation ("com.festo.aas:p4m-helpers:1.0.0")
'com.festo.aas:p4m-helpers:jar:1.0.0'
<dependency org="com.festo.aas" name="p4m-helpers" rev="1.0.0">
<artifact name="p4m-helpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.festo.aas', module='p4m-helpers', version='1.0.0')
)
libraryDependencies += "com.festo.aas" % "p4m-helpers" % "1.0.0"
[com.festo.aas/p4m-helpers "1.0.0"]