| License |
License |
|---|---|
| GroupId | GroupIdcom.sixthsenseapp.superpom |
| ArtifactId | ArtifactIdsixthsenseapp-superpom |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSixthSenseApp Super POM
SuperPOM for SixthSense App containing library versions and plugin standard configurations for any
SixthSense project. It contains also Artifactory endpoints configuration for deploy, which require
authentication. Standard SixthSenseApp SuperPOM will be released on Maven Central Repo
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| sixthsenseapp-superpom-1.0.5.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sixthsenseapp.superpom/sixthsenseapp-superpom/ -->
<dependency>
<groupId>com.sixthsenseapp.superpom</groupId>
<artifactId>sixthsenseapp-superpom</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sixthsenseapp.superpom/sixthsenseapp-superpom/
implementation 'com.sixthsenseapp.superpom:sixthsenseapp-superpom:1.0.5'
// https://jarcasting.com/artifacts/com.sixthsenseapp.superpom/sixthsenseapp-superpom/
implementation ("com.sixthsenseapp.superpom:sixthsenseapp-superpom:1.0.5")
'com.sixthsenseapp.superpom:sixthsenseapp-superpom:pom:1.0.5'
<dependency org="com.sixthsenseapp.superpom" name="sixthsenseapp-superpom" rev="1.0.5">
<artifact name="sixthsenseapp-superpom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sixthsenseapp.superpom', module='sixthsenseapp-superpom', version='1.0.5')
)
libraryDependencies += "com.sixthsenseapp.superpom" % "sixthsenseapp-superpom" % "1.0.5"
[com.sixthsenseapp.superpom/sixthsenseapp-superpom "1.0.5"]