License |
License |
---|---|
GroupId | GroupIdcom.panosen |
ArtifactId | ArtifactIdsuper-pom |
Version | Version1.1.0 |
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.1.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.panosen/super-pom/ -->
<dependency>
<groupId>com.panosen</groupId>
<artifactId>super-pom</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.panosen/super-pom/
implementation 'com.panosen:super-pom:1.1.0'
// https://jarcasting.com/artifacts/com.panosen/super-pom/
implementation ("com.panosen:super-pom:1.1.0")
'com.panosen:super-pom:pom:1.1.0'
<dependency org="com.panosen" name="super-pom" rev="1.1.0">
<artifact name="super-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.panosen', module='super-pom', version='1.1.0')
)
libraryDependencies += "com.panosen" % "super-pom" % "1.1.0"
[com.panosen/super-pom "1.1.0"]