| License | License | 
|---|---|
| GroupId | GroupIdcom.github.symulakr | 
| ArtifactId | ArtifactIdsuperpom | 
| Last Version | Last Version1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionSuperPom Contains common settings for my projects. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| superpom-1.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.symulakr/superpom/ -->
<dependency>
    <groupId>com.github.symulakr</groupId>
    <artifactId>superpom</artifactId>
    <version>1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.symulakr/superpom/
implementation 'com.github.symulakr:superpom:1'// https://jarcasting.com/artifacts/com.github.symulakr/superpom/
implementation ("com.github.symulakr:superpom:1")'com.github.symulakr:superpom:pom:1'<dependency org="com.github.symulakr" name="superpom" rev="1">
  <artifact name="superpom" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.symulakr', module='superpom', version='1')
)libraryDependencies += "com.github.symulakr" % "superpom" % "1"[com.github.symulakr/superpom "1"]