is not current version
Last Version 1.6

com.fitbur:base 1.0

Base POM for FitburIO Modules

GroupId

GroupId

com.fitbur
ArtifactId

ArtifactId

base
Version

Version

1.0
Type

Type

pom

Download base 1.0

Filename Size
base-1.0.pom 19 KB
Browse

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