GroupId | GroupIdcom.fitbur.testify.level |
---|---|
ArtifactId | ArtifactIdsystem |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
system-0.0.8.pom | |
system-0.0.8.jar | 18 KB |
system-0.0.8-sources.jar | 12 KB |
system-0.0.8-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fitbur.testify.level/system/ -->
<dependency>
<groupId>com.fitbur.testify.level</groupId>
<artifactId>system</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify.level/system/
implementation 'com.fitbur.testify.level:system:0.0.8'
// https://jarcasting.com/artifacts/com.fitbur.testify.level/system/
implementation ("com.fitbur.testify.level:system:0.0.8")
'com.fitbur.testify.level:system:jar:0.0.8'
<dependency org="com.fitbur.testify.level" name="system" rev="0.0.8">
<artifact name="system" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify.level', module='system', version='0.0.8')
)
libraryDependencies += "com.fitbur.testify.level" % "system" % "0.0.8"
[com.fitbur.testify.level/system "0.0.8"]