| GroupId | GroupIdstudio.raptor |
|---|---|
| ArtifactId | ArtifactIdddal-tests |
| Version | Version3.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ddal-tests-3.0.2.pom | |
| ddal-tests-3.0.2.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/studio.raptor/ddal-tests/ -->
<dependency>
<groupId>studio.raptor</groupId>
<artifactId>ddal-tests</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/studio.raptor/ddal-tests/
implementation 'studio.raptor:ddal-tests:3.0.2'
// https://jarcasting.com/artifacts/studio.raptor/ddal-tests/
implementation ("studio.raptor:ddal-tests:3.0.2")
'studio.raptor:ddal-tests:jar:3.0.2'
<dependency org="studio.raptor" name="ddal-tests" rev="3.0.2">
<artifact name="ddal-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='studio.raptor', module='ddal-tests', version='3.0.2')
)
libraryDependencies += "studio.raptor" % "ddal-tests" % "3.0.2"
[studio.raptor/ddal-tests "3.0.2"]