Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.ow2.petals |
ArtifactId | ArtifactIdpetals-datacollector |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
petals-datacollector-1.1.pom | |
petals-datacollector-1.1.jar | 61 KB |
petals-datacollector-1.1-sources.jar | 55 KB |
petals-datacollector-1.1-javadoc.jar | 260 KB |
petals-datacollector-1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-datacollector/
implementation 'org.ow2.petals:petals-datacollector:1.1'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-datacollector/
implementation ("org.ow2.petals:petals-datacollector:1.1")
'org.ow2.petals:petals-datacollector:jar:1.1'
<dependency org="org.ow2.petals" name="petals-datacollector" rev="1.1">
<artifact name="petals-datacollector" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-datacollector', version='1.1')
)
libraryDependencies += "org.ow2.petals" % "petals-datacollector" % "1.1"
[org.ow2.petals/petals-datacollector "1.1"]