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