GroupId | GroupIdcom.moz.fiji.checkin |
---|---|
ArtifactId | ArtifactIdfiji-checkin-test |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
fiji-checkin-test-0.1.0.pom | |
fiji-checkin-test-0.1.0.jar | 11 KB |
fiji-checkin-test-0.1.0-sources.jar | 1 KB |
fiji-checkin-test-0.1.0-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moz.fiji.checkin/fiji-checkin-test/ -->
<dependency>
<groupId>com.moz.fiji.checkin</groupId>
<artifactId>fiji-checkin-test</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.moz.fiji.checkin/fiji-checkin-test/
implementation 'com.moz.fiji.checkin:fiji-checkin-test:0.1.0'
// https://jarcasting.com/artifacts/com.moz.fiji.checkin/fiji-checkin-test/
implementation ("com.moz.fiji.checkin:fiji-checkin-test:0.1.0")
'com.moz.fiji.checkin:fiji-checkin-test:jar:0.1.0'
<dependency org="com.moz.fiji.checkin" name="fiji-checkin-test" rev="0.1.0">
<artifact name="fiji-checkin-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moz.fiji.checkin', module='fiji-checkin-test', version='0.1.0')
)
libraryDependencies += "com.moz.fiji.checkin" % "fiji-checkin-test" % "0.1.0"
[com.moz.fiji.checkin/fiji-checkin-test "0.1.0"]