Files download
File Operation
parent-2.1.0.pom download
Apache Maven
<dependency>
  <groupId>es.blackleg.nb.notifications</groupId>
  <artifactId>parent</artifactId>
  <version>2.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'es.blackleg.nb.notifications:parent:2.1.0'
Gradle Kotlin
implementation("es.blackleg.nb.notifications:parent:2.1.0")
Scala SBT
libraryDependencies += "es.blackleg.nb.notifications" % "parent" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='es.blackleg.nb.notifications', module='parent', version='2.1.0')
)
Apache Ivy
<dependency org="es.blackleg.nb.notifications" name="parent" rev="2.1.0" />
Leiningen
[es.blackleg.nb.notifications/parent "2.1.0"]
Apache Buildr
'es.blackleg.nb.notifications:parent:jar:2.1.0'
Dependencies
The project has no third-party dependencies