is not current version
Last Version 4.0.1

edu.byu.hbll.maven:executable-parent 2.0.0

Parent POM for all Java Standalone Applications

Categories

Categories

Maven Build Tools
GroupId

GroupId

edu.byu.hbll.maven
ArtifactId

ArtifactId

executable-parent
Version

Version

2.0.0
Type

Type

pom

Download executable-parent 2.0.0


<!-- https://jarcasting.com/artifacts/edu.byu.hbll.maven/executable-parent/ -->
<dependency>
    <groupId>edu.byu.hbll.maven</groupId>
    <artifactId>executable-parent</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll.maven/executable-parent/
implementation 'edu.byu.hbll.maven:executable-parent:2.0.0'
// https://jarcasting.com/artifacts/edu.byu.hbll.maven/executable-parent/
implementation ("edu.byu.hbll.maven:executable-parent:2.0.0")
'edu.byu.hbll.maven:executable-parent:pom:2.0.0'
<dependency org="edu.byu.hbll.maven" name="executable-parent" rev="2.0.0">
  <artifact name="executable-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll.maven', module='executable-parent', version='2.0.0')
)
libraryDependencies += "edu.byu.hbll.maven" % "executable-parent" % "2.0.0"
[edu.byu.hbll.maven/executable-parent "2.0.0"]