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