Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdedu.byu.hbll.maven |
ArtifactId | ArtifactIdparent |
Version | Version3.3.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-3.3.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.byu.hbll.maven/parent/ -->
<dependency>
<groupId>edu.byu.hbll.maven</groupId>
<artifactId>parent</artifactId>
<version>3.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll.maven/parent/
implementation 'edu.byu.hbll.maven:parent:3.3.0'
// https://jarcasting.com/artifacts/edu.byu.hbll.maven/parent/
implementation ("edu.byu.hbll.maven:parent:3.3.0")
'edu.byu.hbll.maven:parent:pom:3.3.0'
<dependency org="edu.byu.hbll.maven" name="parent" rev="3.3.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll.maven', module='parent', version='3.3.0')
)
libraryDependencies += "edu.byu.hbll.maven" % "parent" % "3.3.0"
[edu.byu.hbll.maven/parent "3.3.0"]