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