| GroupId | GroupIdorg.swisspush.gateleen |
|---|---|
| ArtifactId | ArtifactIdgateleen-test |
| Version | Version1.1.32 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gateleen-test-1.1.32.pom | |
| gateleen-test-1.1.32.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.swisspush.gateleen/gateleen-test/ -->
<dependency>
<groupId>org.swisspush.gateleen</groupId>
<artifactId>gateleen-test</artifactId>
<version>1.1.32</version>
</dependency>
// https://jarcasting.com/artifacts/org.swisspush.gateleen/gateleen-test/
implementation 'org.swisspush.gateleen:gateleen-test:1.1.32'
// https://jarcasting.com/artifacts/org.swisspush.gateleen/gateleen-test/
implementation ("org.swisspush.gateleen:gateleen-test:1.1.32")
'org.swisspush.gateleen:gateleen-test:jar:1.1.32'
<dependency org="org.swisspush.gateleen" name="gateleen-test" rev="1.1.32">
<artifact name="gateleen-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swisspush.gateleen', module='gateleen-test', version='1.1.32')
)
libraryDependencies += "org.swisspush.gateleen" % "gateleen-test" % "1.1.32"
[org.swisspush.gateleen/gateleen-test "1.1.32"]