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