Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdorg.ow2.petals.distribution |
ArtifactId | ArtifactIdpetals-quickstart |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
petals-quickstart-2.2.pom | |
petals-quickstart-2.2.zip | 47 MB |
petals-quickstart-2.2-sources.jar | 11 KB |
petals-quickstart-2.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals.distribution/petals-quickstart/ -->
<dependency>
<groupId>org.ow2.petals.distribution</groupId>
<artifactId>petals-quickstart</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals.distribution/petals-quickstart/
implementation 'org.ow2.petals.distribution:petals-quickstart:2.2'
// https://jarcasting.com/artifacts/org.ow2.petals.distribution/petals-quickstart/
implementation ("org.ow2.petals.distribution:petals-quickstart:2.2")
'org.ow2.petals.distribution:petals-quickstart:jar:2.2'
<dependency org="org.ow2.petals.distribution" name="petals-quickstart" rev="2.2">
<artifact name="petals-quickstart" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals.distribution', module='petals-quickstart', version='2.2')
)
libraryDependencies += "org.ow2.petals.distribution" % "petals-quickstart" % "2.2"
[org.ow2.petals.distribution/petals-quickstart "2.2"]