Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.ow2.petals |
ArtifactId | ArtifactIdpetals-datacollector |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-datacollector/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-datacollector</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-datacollector/
implementation 'org.ow2.petals:petals-datacollector:1.0.1'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-datacollector/
implementation ("org.ow2.petals:petals-datacollector:1.0.1")
'org.ow2.petals:petals-datacollector:jar:1.0.1'
<dependency org="org.ow2.petals" name="petals-datacollector" rev="1.0.1">
<artifact name="petals-datacollector" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-datacollector', version='1.0.1')
)
libraryDependencies += "org.ow2.petals" % "petals-datacollector" % "1.0.1"
[org.ow2.petals/petals-datacollector "1.0.1"]