net.laboulangerie.laboulangeriemmo 2.2.0
Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
<groupId>net.laboulangerie</groupId>
<artifactId>laboulangeriemmo</artifactId>
<version>2.2.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install
About this package
Github Package doesn't allow you to download packages without being authenticated, this requires you to modify your maven setting located in ~/.m2/settings.xml
.
This is a example of what your setting file should look like in order to authenticate against our maven repository:
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<activeProfiles>
<activeProfile>github</activeProfile>
</activeProfiles>
<profiles>
<profile>
<id>github</id>
<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/laboulangerie/laboulangeriemmo</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>
<servers>
<server>
<id>github</id>
<username>grooble.dierne@gmail.com</username>
<password>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</password>
</server>
</servers>
</settings>
The token provided only has read access to our packages
Then you can add this to your pom.xml
:
<dependency>
<groupId>net.laboulangerie</groupId>
<artifactId>laboulangeriemmo</artifactId>
<version>2.2.0</version>
<scope>provided</scope>
</dependency>
Details
-
LaBoulangerie
- September 23, 2022
- feae5db
- 2.2.0
- 2 dependencies
- GNU GPLv3
Assets
- laboulangeriemmo-2.2.0.module.sha512
- laboulangeriemmo-2.2.0.module.sha256
- laboulangeriemmo-2.2.0.module.md5
- laboulangeriemmo-2.2.0.module.sha1
- laboulangeriemmo-2.2.0.module
- laboulangeriemmo-2.2.0-dev.jar.sha512
- laboulangeriemmo-2.2.0-dev.jar.sha256
- laboulangeriemmo-2.2.0-dev.jar.md5
- laboulangeriemmo-2.2.0-dev.jar.sha1
- laboulangeriemmo-2.2.0-dev.jar
- laboulangeriemmo-2.2.0-dev-all.jar.sha512
- laboulangeriemmo-2.2.0-dev-all.jar.sha256
- laboulangeriemmo-2.2.0-dev-all.jar.md5
- laboulangeriemmo-2.2.0-dev-all.jar.sha1
- laboulangeriemmo-2.2.0-dev-all.jar
- laboulangeriemmo-2.2.0.pom.sha512
- laboulangeriemmo-2.2.0.pom.sha256
- laboulangeriemmo-2.2.0.pom.md5
- laboulangeriemmo-2.2.0.pom.sha1
- laboulangeriemmo-2.2.0.pom
- laboulangeriemmo-2.2.0.jar.sha512
- laboulangeriemmo-2.2.0.jar.sha256
- laboulangeriemmo-2.2.0.jar.md5
- laboulangeriemmo-2.2.0.jar.sha1
- laboulangeriemmo-2.2.0.jar
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0