a

archetype-default-pom

This archetype will create an independent POM with default properties required by the FC TIBCO Factory plugins.
Files download
File Operation
archetype-default-pom-1.0.0.jar download
archetype-default-pom-1.0.0.pom download
archetype-default-pom-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.fastcube.factory.tibco</groupId>
  <artifactId>archetype-default-pom</artifactId>
  <version>1.0.0</version>
  <type>maven-archetype</type>
</dependency>
Gradle Groovy
implementation 'io.github.fastcube.factory.tibco:archetype-default-pom:1.0.0'
Gradle Kotlin
implementation("io.github.fastcube.factory.tibco:archetype-default-pom:1.0.0")
Scala SBT
libraryDependencies += "io.github.fastcube.factory.tibco" % "archetype-default-pom" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.fastcube.factory.tibco', module='archetype-default-pom', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.fastcube.factory.tibco" name="archetype-default-pom" rev="1.0.0" />
Leiningen
[io.github.fastcube.factory.tibco/archetype-default-pom "1.0.0"]
Apache Buildr
'io.github.fastcube.factory.tibco:archetype-default-pom:jar:1.0.0'