GroupId | GroupIdcom.fitbur |
---|---|
ArtifactId | ArtifactIdbase |
Version | Version1.2 |
Type | Typepom |
Filename | Size |
---|---|
base-1.2.pom | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fitbur/base/ -->
<dependency>
<groupId>com.fitbur</groupId>
<artifactId>base</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur/base/
implementation 'com.fitbur:base:1.2'
// https://jarcasting.com/artifacts/com.fitbur/base/
implementation ("com.fitbur:base:1.2")
'com.fitbur:base:pom:1.2'
<dependency org="com.fitbur" name="base" rev="1.2">
<artifact name="base" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fitbur', module='base', version='1.2')
)
libraryDependencies += "com.fitbur" % "base" % "1.2"
[com.fitbur/base "1.2"]