License |
License |
---|---|
GroupId | GroupIdcom.panosen |
ArtifactId | ArtifactIdsuper-pom |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPanosen Super Pom
Panosen Root Pom Project. Every Panosen Project must explicitly or implicitly extends from this pom.
|
Project URL |
Project URL |
Filename | Size |
---|---|
super-pom-1.3.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.panosen/super-pom/ -->
<dependency>
<groupId>com.panosen</groupId>
<artifactId>super-pom</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.panosen/super-pom/
implementation 'com.panosen:super-pom:1.3.0'
// https://jarcasting.com/artifacts/com.panosen/super-pom/
implementation ("com.panosen:super-pom:1.3.0")
'com.panosen:super-pom:pom:1.3.0'
<dependency org="com.panosen" name="super-pom" rev="1.3.0">
<artifact name="super-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.panosen', module='super-pom', version='1.3.0')
)
libraryDependencies += "com.panosen" % "super-pom" % "1.3.0"
[com.panosen/super-pom "1.3.0"]