GroupId | GroupIdcom.zendesk |
---|---|
ArtifactId | ArtifactIdmaxwell |
Version | Version1.13.3 |
Type | Typejar |
Filename | Size |
---|---|
maxwell-1.13.3.pom | |
maxwell-1.13.3.tar.gz | 44 MB |
maxwell-1.13.3-sources.jar | 246 KB |
maxwell-1.13.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zendesk/maxwell/ -->
<dependency>
<groupId>com.zendesk</groupId>
<artifactId>maxwell</artifactId>
<version>1.13.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.zendesk/maxwell/
implementation 'com.zendesk:maxwell:1.13.3'
// https://jarcasting.com/artifacts/com.zendesk/maxwell/
implementation ("com.zendesk:maxwell:1.13.3")
'com.zendesk:maxwell:jar:1.13.3'
<dependency org="com.zendesk" name="maxwell" rev="1.13.3">
<artifact name="maxwell" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zendesk', module='maxwell', version='1.13.3')
)
libraryDependencies += "com.zendesk" % "maxwell" % "1.13.3"
[com.zendesk/maxwell "1.13.3"]