<dependency>
<groupId>se.mithlond.codestyle.poms</groupId>
<artifactId>mithlond-kotlin-codestyle-model-parent</artifactId>
<version>2.0.1</version>
</dependency>
implementation group: 'se.mithlond.codestyle.poms', name: 'mithlond-kotlin-codestyle-model-parent', version: '2.0.1'
implementation 'se.mithlond.codestyle.poms:mithlond-kotlin-codestyle-model-parent:2.0.1'
implementation("se.mithlond.codestyle.poms:mithlond-kotlin-codestyle-model-parent:2.0.1")
libraryDependencies += "se.mithlond.codestyle.poms" % "mithlond-kotlin-codestyle-model-parent" % "2.0.1"
<dependency org="se.mithlond.codestyle.poms" name="mithlond-kotlin-codestyle-model-parent" rev="2.0.1"/>
@Grapes(
@Grab(group='se.mithlond.codestyle.poms', module='mithlond-kotlin-codestyle-model-parent', version='2.0.1')
)
[se.mithlond.codestyle.poms/mithlond-kotlin-codestyle-model-parent "2.0.1"]
'se.mithlond.codestyle.poms:mithlond-kotlin-codestyle-model-parent:jar:2.0.1'