GroupId | GroupIdorg.swisspush.gateleen |
---|---|
ArtifactId | ArtifactIdgateleen-packing |
Version | Version1.1.53.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.swisspush.gateleen/gateleen-packing/ -->
<dependency>
<groupId>org.swisspush.gateleen</groupId>
<artifactId>gateleen-packing</artifactId>
<version>1.1.53.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.swisspush.gateleen/gateleen-packing/
implementation 'org.swisspush.gateleen:gateleen-packing:1.1.53.1'
// https://jarcasting.com/artifacts/org.swisspush.gateleen/gateleen-packing/
implementation ("org.swisspush.gateleen:gateleen-packing:1.1.53.1")
'org.swisspush.gateleen:gateleen-packing:jar:1.1.53.1'
<dependency org="org.swisspush.gateleen" name="gateleen-packing" rev="1.1.53.1">
<artifact name="gateleen-packing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swisspush.gateleen', module='gateleen-packing', version='1.1.53.1')
)
libraryDependencies += "org.swisspush.gateleen" % "gateleen-packing" % "1.1.53.1"
[org.swisspush.gateleen/gateleen-packing "1.1.53.1"]