License |
License |
---|---|
GroupId | GroupIdcom.github.flysium-io |
ArtifactId | ArtifactIdpaas-pom |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPaaS POM
Parent pom providing flysium and third party dependency and plugin management for
applications built with maven.
|
Filename | Size |
---|---|
paas-pom-1.0.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.flysium-io/paas-pom/ -->
<dependency>
<groupId>com.github.flysium-io</groupId>
<artifactId>paas-pom</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.flysium-io/paas-pom/
implementation 'com.github.flysium-io:paas-pom:1.0.0'
// https://jarcasting.com/artifacts/com.github.flysium-io/paas-pom/
implementation ("com.github.flysium-io:paas-pom:1.0.0")
'com.github.flysium-io:paas-pom:pom:1.0.0'
<dependency org="com.github.flysium-io" name="paas-pom" rev="1.0.0">
<artifact name="paas-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.flysium-io', module='paas-pom', version='1.0.0')
)
libraryDependencies += "com.github.flysium-io" % "paas-pom" % "1.0.0"
[com.github.flysium-io/paas-pom "1.0.0"]