Last updated 1 year ago
Importe no seu projeto usando Maven ou Gradle
<repository> <id>ms-economies-repo</id> <url>https://github.com/goncalodelima/ms-economies</url> </repository> <dependency> <groupId>pt.gongas</groupId> <artifactId>economy</artifactId> <version>1.0</version> <scope>provided</scope> </dependency>
maven { url 'https://github.com/goncalolima/economy/raw/main/repository/' } dependencies { implementation 'pt.gongas:economy:1.0' }