<dependency> <groupId>org.oxerr.commons</groupId> <artifactId>commons-user</artifactId> <version>1.0.1</version> <type>pom</type> </dependency>
implementation 'org.oxerr.commons:commons-user:1.0.1'
implementation("org.oxerr.commons:commons-user:1.0.1")
libraryDependencies += "org.oxerr.commons" % "commons-user" % "1.0.1"
@Grapes( @Grab(group='org.oxerr.commons', module='commons-user', version='1.0.1') )
<dependency org="org.oxerr.commons" name="commons-user" rev="1.0.1" />
[org.oxerr.commons/commons-user "1.0.1"]
'org.oxerr.commons:commons-user:jar:1.0.1'