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