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