Change {CurrentVersion} with the current version
<dependency>
<groupId>io.github.marioparrilla</groupId>
<artifactId>snake-core</artifactId>
<version>{CurrentVersion}</version>
</dependency>
implementation 'io.github.marioparrilla:snake-core:{CurrentVersion}'