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