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