S

StandardBasePom

Standard parent pom for Selerity poms
Files download
File Operation
StandardBasePom-1.0.15.pom download
Apache Maven
<dependency>
  <groupId>com.seleritycorp.pom</groupId>
  <artifactId>StandardBasePom</artifactId>
  <version>1.0.15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.seleritycorp.pom:StandardBasePom:1.0.15'
Gradle Kotlin
implementation("com.seleritycorp.pom:StandardBasePom:1.0.15")
Scala SBT
libraryDependencies += "com.seleritycorp.pom" % "StandardBasePom" % "1.0.15"
Groovy Grape
@Grapes(
  @Grab(group='com.seleritycorp.pom', module='StandardBasePom', version='1.0.15')
)
Apache Ivy
<dependency org="com.seleritycorp.pom" name="StandardBasePom" rev="1.0.15" />
Leiningen
[com.seleritycorp.pom/StandardBasePom "1.0.15"]
Apache Buildr
'com.seleritycorp.pom:StandardBasePom:jar:1.0.15'