GroupId | GroupIdbe.woutschoovaerts |
---|---|
ArtifactId | ArtifactIdmollie |
Version | Version3.1.1 |
Type | Typejar |
Filename | Size |
---|---|
mollie-3.1.1.pom | |
mollie-3.1.1.jar | 428 KB |
mollie-3.1.1-sources.jar | 99 KB |
mollie-3.1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/be.woutschoovaerts/mollie/ -->
<dependency>
<groupId>be.woutschoovaerts</groupId>
<artifactId>mollie</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/be.woutschoovaerts/mollie/
implementation 'be.woutschoovaerts:mollie:3.1.1'
// https://jarcasting.com/artifacts/be.woutschoovaerts/mollie/
implementation ("be.woutschoovaerts:mollie:3.1.1")
'be.woutschoovaerts:mollie:jar:3.1.1'
<dependency org="be.woutschoovaerts" name="mollie" rev="3.1.1">
<artifact name="mollie" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.woutschoovaerts', module='mollie', version='3.1.1')
)
libraryDependencies += "be.woutschoovaerts" % "mollie" % "3.1.1"
[be.woutschoovaerts/mollie "3.1.1"]