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