<dependency> <groupId>pl.chilldev.commons</groupId> <artifactId>commons</artifactId> <version>0.1.0</version> <type>pom</type> </dependency>
implementation 'pl.chilldev.commons:commons:0.1.0'
implementation("pl.chilldev.commons:commons:0.1.0")
libraryDependencies += "pl.chilldev.commons" % "commons" % "0.1.0"
@Grapes( @Grab(group='pl.chilldev.commons', module='commons', version='0.1.0') )
<dependency org="pl.chilldev.commons" name="commons" rev="0.1.0" />
[pl.chilldev.commons/commons "0.1.0"]
'pl.chilldev.commons:commons:jar:0.1.0'
<parent> <groupId>pl.chilldev.parent</groupId> <artifactId>parent-opensource</artifactId> <version>0.0.5</version> </parent>