s

spoon-pom

Common Maven config for Spoon modules
http://spoon.gforge.inria.fr/
CeCILL-C MIT
Inria
Simon Larsén Martin Monperrus Nicolas Harrand Martin Wittlinger Hannes Greule I-Al-Istannen
Files download
File Operation
spoon-pom-11.0.1-beta-7.pom download
Apache Maven
<dependency>
  <groupId>fr.inria.gforge.spoon</groupId>
  <artifactId>spoon-pom</artifactId>
  <version>11.0.1-beta-7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'fr.inria.gforge.spoon:spoon-pom:11.0.1-beta-7'
Gradle Kotlin
implementation("fr.inria.gforge.spoon:spoon-pom:11.0.1-beta-7")
Scala SBT
libraryDependencies += "fr.inria.gforge.spoon" % "spoon-pom" % "11.0.1-beta-7"
Groovy Grape
@Grapes(
  @Grab(group='fr.inria.gforge.spoon', module='spoon-pom', version='11.0.1-beta-7')
)
Apache Ivy
<dependency org="fr.inria.gforge.spoon" name="spoon-pom" rev="11.0.1-beta-7" />
Leiningen
[fr.inria.gforge.spoon/spoon-pom "11.0.1-beta-7"]
Apache Buildr
'fr.inria.gforge.spoon:spoon-pom:jar:11.0.1-beta-7'