Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdorg.ow2.petals.distribution |
ArtifactId | ArtifactIdpetals-quickstart |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
petals-quickstart-2.1.1.pom | |
petals-quickstart-2.1.1.jar | 19 KB |
petals-quickstart-2.1.1-sources.jar | 15 KB |
petals-quickstart-2.1.1-javadoc.jar | 32 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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals.distribution/petals-quickstart/
implementation 'org.ow2.petals.distribution:petals-quickstart:2.1.1'
// https://jarcasting.com/artifacts/org.ow2.petals.distribution/petals-quickstart/
implementation ("org.ow2.petals.distribution:petals-quickstart:2.1.1")
'org.ow2.petals.distribution:petals-quickstart:jar:2.1.1'
<dependency org="org.ow2.petals.distribution" name="petals-quickstart" rev="2.1.1">
<artifact name="petals-quickstart" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals.distribution', module='petals-quickstart', version='2.1.1')
)
libraryDependencies += "org.ow2.petals.distribution" % "petals-quickstart" % "2.1.1"
[org.ow2.petals.distribution/petals-quickstart "2.1.1"]