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