is not current version
Last Version 1.6

com.fitbur:base 1.3

Base POM for FitburIO Modules

GroupId

GroupId

com.fitbur
ArtifactId

ArtifactId

base
Version

Version

1.3
Type

Type

pom

Download base 1.3

Filename Size
base-1.3.pom 19 KB
Browse

<!-- https://jarcasting.com/artifacts/com.fitbur/base/ -->
<dependency>
    <groupId>com.fitbur</groupId>
    <artifactId>base</artifactId>
    <version>1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur/base/
implementation 'com.fitbur:base:1.3'
// https://jarcasting.com/artifacts/com.fitbur/base/
implementation ("com.fitbur:base:1.3")
'com.fitbur:base:pom:1.3'
<dependency org="com.fitbur" name="base" rev="1.3">
  <artifact name="base" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fitbur', module='base', version='1.3')
)
libraryDependencies += "com.fitbur" % "base" % "1.3"
[com.fitbur/base "1.3"]