| GroupId | GroupIdfr.sii.ogham |
|---|---|
| ArtifactId | ArtifactIdogham-test-utils |
| Version | Version1.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ogham-test-utils-1.1.1.pom | |
| ogham-test-utils-1.1.1.jar | 72 KB |
| ogham-test-utils-1.1.1-sources.jar | 52 KB |
| ogham-test-utils-1.1.1-javadoc.jar | 372 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.sii.ogham/ogham-test-utils/ -->
<dependency>
<groupId>fr.sii.ogham</groupId>
<artifactId>ogham-test-utils</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.sii.ogham/ogham-test-utils/
implementation 'fr.sii.ogham:ogham-test-utils:1.1.1'
// https://jarcasting.com/artifacts/fr.sii.ogham/ogham-test-utils/
implementation ("fr.sii.ogham:ogham-test-utils:1.1.1")
'fr.sii.ogham:ogham-test-utils:jar:1.1.1'
<dependency org="fr.sii.ogham" name="ogham-test-utils" rev="1.1.1">
<artifact name="ogham-test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.sii.ogham', module='ogham-test-utils', version='1.1.1')
)
libraryDependencies += "fr.sii.ogham" % "ogham-test-utils" % "1.1.1"
[fr.sii.ogham/ogham-test-utils "1.1.1"]