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