o

opcal-commons-build-dependencies-parent

Opcal project parent pom, managing plugins and dependencies for opcal projects
https://gitlab.com/opcal-project/opcal-commons-build/opcal-commons-build-dependencies-parent
Apache v2
gissily
Files download
File Operation
opcal-commons-build-dependencies-parent-3.3.2.pom download
Apache Maven
<dependency>
  <groupId>xyz.opcal.build</groupId>
  <artifactId>opcal-commons-build-dependencies-parent</artifactId>
  <version>3.3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'xyz.opcal.build:opcal-commons-build-dependencies-parent:3.3.2'
Gradle Kotlin
implementation("xyz.opcal.build:opcal-commons-build-dependencies-parent:3.3.2")
Scala SBT
libraryDependencies += "xyz.opcal.build" % "opcal-commons-build-dependencies-parent" % "3.3.2"
Groovy Grape
@Grapes(
  @Grab(group='xyz.opcal.build', module='opcal-commons-build-dependencies-parent', version='3.3.2')
)
Apache Ivy
<dependency org="xyz.opcal.build" name="opcal-commons-build-dependencies-parent" rev="3.3.2" />
Leiningen
[xyz.opcal.build/opcal-commons-build-dependencies-parent "3.3.2"]
Apache Buildr
'xyz.opcal.build:opcal-commons-build-dependencies-parent:jar:3.3.2'