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