Files download
File Operation
demoiselle-certificate-parent-1.2.0-RC2.pom download
Apache Maven
<dependency>
  <groupId>br.gov.frameworkdemoiselle.component</groupId>
  <artifactId>demoiselle-certificate-parent</artifactId>
  <version>1.2.0-RC2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'br.gov.frameworkdemoiselle.component:demoiselle-certificate-parent:1.2.0-RC2'
Gradle Kotlin
implementation("br.gov.frameworkdemoiselle.component:demoiselle-certificate-parent:1.2.0-RC2")
Scala SBT
libraryDependencies += "br.gov.frameworkdemoiselle.component" % "demoiselle-certificate-parent" % "1.2.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='br.gov.frameworkdemoiselle.component', module='demoiselle-certificate-parent', version='1.2.0-RC2')
)
Apache Ivy
<dependency org="br.gov.frameworkdemoiselle.component" name="demoiselle-certificate-parent" rev="1.2.0-RC2" />
Leiningen
[br.gov.frameworkdemoiselle.component/demoiselle-certificate-parent "1.2.0-RC2"]
Apache Buildr
'br.gov.frameworkdemoiselle.component:demoiselle-certificate-parent:jar:1.2.0-RC2'