j

jar-pom

Parent pom for AddThis open source maven projects that make jars
https://github.com/addthis/addthis-oss-jar-pom
Apache License, Version 2.0
AddThis and Contributors
Files download
File Operation
jar-pom-3.5.0.pom download
Apache Maven
<dependency>
  <groupId>com.addthis.common.build.maven.pom</groupId>
  <artifactId>jar-pom</artifactId>
  <version>3.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.addthis.common.build.maven.pom:jar-pom:3.5.0'
Gradle Kotlin
implementation("com.addthis.common.build.maven.pom:jar-pom:3.5.0")
Scala SBT
libraryDependencies += "com.addthis.common.build.maven.pom" % "jar-pom" % "3.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.addthis.common.build.maven.pom', module='jar-pom', version='3.5.0')
)
Apache Ivy
<dependency org="com.addthis.common.build.maven.pom" name="jar-pom" rev="3.5.0" />
Leiningen
[com.addthis.common.build.maven.pom/jar-pom "3.5.0"]
Apache Buildr
'com.addthis.common.build.maven.pom:jar-pom:jar:3.5.0'