momo4j-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.rickenbazolo</groupId>
<artifactId>momo4j-bom</artifactId>
<version>0.0.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.rickenbazolo</groupId>
<artifactId>momo4j-bom</artifactId>
<version>0.0.4</version>
<packaging>pom</packaging>
<name>MoMo4j :: BOM</name>
<description>Bill of Materials for momo4j - manages all module versions</description>
<url>https://github.com/ricken07/momo4j/momo4j-bom</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>1</id>
<name>Ricken Bazolo</name>
<email>contact@rickenbazolo.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/ricken07/momo4j.git/momo4j-bom</connection>
<developerConnection>scm:git:ssh://git@github.com/ricken07/momo4j.git/momo4j-bom</developerConnection>
<url>https://github.com/ricken07/momo4j/tree/main/momo4j-bom</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.rickenbazolo</groupId>
<artifactId>momo4j-core</artifactId>
<version>0.0.4</version>
</dependency>
<dependency>
<groupId>com.rickenbazolo</groupId>
<artifactId>momo4j-http-client</artifactId>
<version>0.0.4</version>
</dependency>
<dependency>
<groupId>com.rickenbazolo</groupId>
<artifactId>momo4j-http-okhttp</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.rickenbazolo</groupId>
<artifactId>momo4j-mtn-congo</artifactId>
<version>0.0.4</version>
</dependency>
<dependency>
<groupId>com.rickenbazolo</groupId>
<artifactId>momo4j-airtel-congo</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.9.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>