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