<dependency> <groupId>net.anwiba.commons</groupId> <artifactId>commons</artifactId> <version>1.1.121</version> <type>pom</type> </dependency>
implementation 'net.anwiba.commons:commons:1.1.121'
implementation("net.anwiba.commons:commons:1.1.121")
libraryDependencies += "net.anwiba.commons" % "commons" % "1.1.121"
@Grapes( @Grab(group='net.anwiba.commons', module='commons', version='1.1.121') )
<dependency org="net.anwiba.commons" name="commons" rev="1.1.121" />
[net.anwiba.commons/commons "1.1.121"]
'net.anwiba.commons:commons:jar:1.1.121'
<parent> <groupId>net.anwiba</groupId> <artifactId>anwiba-maven-default</artifactId> <version>1.1.121</version> </parent>