License |
License |
---|---|
GroupId | GroupIdcom.fitbur.external |
ArtifactId | ArtifactIdexternal |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFitburIO External
FitburIO External is a collection of shaded external third party libraries.
|
Project Organization |
Project OrganizationFitburIO |
Filename | Size |
---|---|
external-1.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fitbur.external/external/ -->
<dependency>
<groupId>com.fitbur.external</groupId>
<artifactId>external</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.external/external/
implementation 'com.fitbur.external:external:1.0.0'
// https://jarcasting.com/artifacts/com.fitbur.external/external/
implementation ("com.fitbur.external:external:1.0.0")
'com.fitbur.external:external:pom:1.0.0'
<dependency org="com.fitbur.external" name="external" rev="1.0.0">
<artifact name="external" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.external', module='external', version='1.0.0')
)
libraryDependencies += "com.fitbur.external" % "external" % "1.0.0"
[com.fitbur.external/external "1.0.0"]