GroupId | GroupIdorg.birchframework |
---|---|
ArtifactId | ArtifactIdbirch-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
birch-parent-1.0.0.pom | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.birchframework/birch-parent/ -->
<dependency>
<groupId>org.birchframework</groupId>
<artifactId>birch-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.birchframework/birch-parent/
implementation 'org.birchframework:birch-parent:1.0.0'
// https://jarcasting.com/artifacts/org.birchframework/birch-parent/
implementation ("org.birchframework:birch-parent:1.0.0")
'org.birchframework:birch-parent:pom:1.0.0'
<dependency org="org.birchframework" name="birch-parent" rev="1.0.0">
<artifact name="birch-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.birchframework', module='birch-parent', version='1.0.0')
)
libraryDependencies += "org.birchframework" % "birch-parent" % "1.0.0"
[org.birchframework/birch-parent "1.0.0"]