| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdorg.mantoux |
| ArtifactId | ArtifactIdquill-delta |
| Version | Version1.0b |
| Type | Typejar |
| Filename | Size |
|---|---|
| quill-delta-1.0b.pom | |
| quill-delta-1.0b.jar | 42 KB |
| quill-delta-1.0b-sources.jar | 26 KB |
| quill-delta-1.0b-javadoc.jar | 458 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mantoux/quill-delta/ -->
<dependency>
<groupId>org.mantoux</groupId>
<artifactId>quill-delta</artifactId>
<version>1.0b</version>
</dependency>
// https://jarcasting.com/artifacts/org.mantoux/quill-delta/
implementation 'org.mantoux:quill-delta:1.0b'
// https://jarcasting.com/artifacts/org.mantoux/quill-delta/
implementation ("org.mantoux:quill-delta:1.0b")
'org.mantoux:quill-delta:jar:1.0b'
<dependency org="org.mantoux" name="quill-delta" rev="1.0b">
<artifact name="quill-delta" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mantoux', module='quill-delta', version='1.0b')
)
libraryDependencies += "org.mantoux" % "quill-delta" % "1.0b"
[org.mantoux/quill-delta "1.0b"]