Skip to content

uia4j/repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

repos

Packages

The group id of all packages is org.uia.solution, and avilable artifacts are

Configuration

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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages