License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdedu.byu.hbll.maven |
ArtifactId | ArtifactIdexecutable-parent |
Last Version | Last Version4.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionExecutable Parent POM
Parent POM for CLI, cron, and daemon applications.
|
Filename | Size |
---|---|
executable-parent-4.0.1.pom | |
executable-parent-4.0.1.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.byu.hbll.maven/executable-parent/ -->
<dependency>
<groupId>edu.byu.hbll.maven</groupId>
<artifactId>executable-parent</artifactId>
<version>4.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll.maven/executable-parent/
implementation 'edu.byu.hbll.maven:executable-parent:4.0.1'
// https://jarcasting.com/artifacts/edu.byu.hbll.maven/executable-parent/
implementation ("edu.byu.hbll.maven:executable-parent:4.0.1")
'edu.byu.hbll.maven:executable-parent:pom:4.0.1'
<dependency org="edu.byu.hbll.maven" name="executable-parent" rev="4.0.1">
<artifact name="executable-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll.maven', module='executable-parent', version='4.0.1')
)
libraryDependencies += "edu.byu.hbll.maven" % "executable-parent" % "4.0.1"
[edu.byu.hbll.maven/executable-parent "4.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
edu.byu.hbll : json | jar | 1.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.jupiter : junit-jupiter-params | jar | |
org.mockito : mockito-junit-jupiter | jar | |
org.mockito : mockito-core | jar | |
org.testcontainers : junit-jupiter | jar | |
io.specto : hoverfly-java-junit5 | jar | 0.14.1 |
edu.byu.hbll.witness : witness-core | jar |