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