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