Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.ow2.petals |
ArtifactId | ArtifactIdpetals-datacollector |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
petals-datacollector-1.2.pom | |
petals-datacollector-1.2.jar | 64 KB |
petals-datacollector-1.2-sources.jar | 57 KB |
petals-datacollector-1.2-javadoc.jar | 260 KB |
petals-datacollector-1.2-bin.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-datacollector/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-datacollector</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-datacollector/
implementation 'org.ow2.petals:petals-datacollector:1.2'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-datacollector/
implementation ("org.ow2.petals:petals-datacollector:1.2")
'org.ow2.petals:petals-datacollector:jar:1.2'
<dependency org="org.ow2.petals" name="petals-datacollector" rev="1.2">
<artifact name="petals-datacollector" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-datacollector', version='1.2')
)
libraryDependencies += "org.ow2.petals" % "petals-datacollector" % "1.2"
[org.ow2.petals/petals-datacollector "1.2"]