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