GroupId | GroupIdorg.objectweb.petals |
---|---|
ArtifactId | ArtifactIdpetals-quality |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPetals Quality
|
Filename | Size |
---|---|
petals-quality-1.0.pom | |
petals-quality-1.0.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.petals/petals-quality/ -->
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-quality</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-quality/
implementation 'org.objectweb.petals:petals-quality:1.0'
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-quality/
implementation ("org.objectweb.petals:petals-quality:1.0")
'org.objectweb.petals:petals-quality:jar:1.0'
<dependency org="org.objectweb.petals" name="petals-quality" rev="1.0">
<artifact name="petals-quality" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.petals', module='petals-quality', version='1.0')
)
libraryDependencies += "org.objectweb.petals" % "petals-quality" % "1.0"
[org.objectweb.petals/petals-quality "1.0"]