GroupId | GroupIdcom.github.cukedoctor |
---|---|
ArtifactId | ArtifactIdcukedoctor-converter |
Version | Version3.5 |
Type | Typejar |
Filename | Size |
---|---|
cukedoctor-converter-3.5.pom | |
cukedoctor-converter-3.5.jar | 101 KB |
cukedoctor-converter-3.5-sources.jar | 55 KB |
cukedoctor-converter-3.5-javadoc.jar | 433 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cukedoctor/cukedoctor-converter/ -->
<dependency>
<groupId>com.github.cukedoctor</groupId>
<artifactId>cukedoctor-converter</artifactId>
<version>3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cukedoctor/cukedoctor-converter/
implementation 'com.github.cukedoctor:cukedoctor-converter:3.5'
// https://jarcasting.com/artifacts/com.github.cukedoctor/cukedoctor-converter/
implementation ("com.github.cukedoctor:cukedoctor-converter:3.5")
'com.github.cukedoctor:cukedoctor-converter:jar:3.5'
<dependency org="com.github.cukedoctor" name="cukedoctor-converter" rev="3.5">
<artifact name="cukedoctor-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cukedoctor', module='cukedoctor-converter', version='3.5')
)
libraryDependencies += "com.github.cukedoctor" % "cukedoctor-converter" % "3.5"
[com.github.cukedoctor/cukedoctor-converter "3.5"]