| GroupId | GroupIdse.mithlond.codestyle.poms |
|---|---|
| ArtifactId | ArtifactIdmithlond-codestyle-parent |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mithlond-codestyle-parent-1.0.0.pom | 53 KB |
| mithlond-codestyle-parent-1.0.0-jar-with-dependencies.jar | 590 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.mithlond.codestyle.poms/mithlond-codestyle-parent/ -->
<dependency>
<groupId>se.mithlond.codestyle.poms</groupId>
<artifactId>mithlond-codestyle-parent</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.mithlond.codestyle.poms/mithlond-codestyle-parent/
implementation 'se.mithlond.codestyle.poms:mithlond-codestyle-parent:1.0.0'
// https://jarcasting.com/artifacts/se.mithlond.codestyle.poms/mithlond-codestyle-parent/
implementation ("se.mithlond.codestyle.poms:mithlond-codestyle-parent:1.0.0")
'se.mithlond.codestyle.poms:mithlond-codestyle-parent:jar:1.0.0'
<dependency org="se.mithlond.codestyle.poms" name="mithlond-codestyle-parent" rev="1.0.0">
<artifact name="mithlond-codestyle-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.mithlond.codestyle.poms', module='mithlond-codestyle-parent', version='1.0.0')
)
libraryDependencies += "se.mithlond.codestyle.poms" % "mithlond-codestyle-parent" % "1.0.0"
[se.mithlond.codestyle.poms/mithlond-codestyle-parent "1.0.0"]