The group id of all packages is org.uia.solution
, and avilable artifacts are
Setup settings.xml and project's pom.xml to download packages from this repository.
Note: you can change the keyword github-g2k-download
to any what you like.
- settings.xml
<server>
<id>github-g2k-download</id>
<username>gazer2kanlin</username>
<password>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</password>
</server>
- POM.xml
<repositories>
<repository>
<id>github-g2k-download</id>
<url>https://maven.pkg.github.com/uia4j/repos</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>