GroupId | GroupIdcom.fitbur.testify.level |
---|---|
ArtifactId | ArtifactIdsystem |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
system-0.1.1.pom | |
system-0.1.1.jar | 18 KB |
system-0.1.1-sources.jar | 12 KB |
system-0.1.1-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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify.level/system/
implementation 'com.fitbur.testify.level:system:0.1.1'
// https://jarcasting.com/artifacts/com.fitbur.testify.level/system/
implementation ("com.fitbur.testify.level:system:0.1.1")
'com.fitbur.testify.level:system:jar:0.1.1'
<dependency org="com.fitbur.testify.level" name="system" rev="0.1.1">
<artifact name="system" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify.level', module='system', version='0.1.1')
)
libraryDependencies += "com.fitbur.testify.level" % "system" % "0.1.1"
[com.fitbur.testify.level/system "0.1.1"]