GroupId | GroupIdorg.openrefine.dependencies |
---|---|
ArtifactId | ArtifactIdbutterfly |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
butterfly-1.0.3.pom | |
butterfly-1.0.3.jar | 63 KB |
butterfly-1.0.3-sources.jar | 33 KB |
butterfly-1.0.3-javadoc.jar | 509 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openrefine.dependencies/butterfly/ -->
<dependency>
<groupId>org.openrefine.dependencies</groupId>
<artifactId>butterfly</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openrefine.dependencies/butterfly/
implementation 'org.openrefine.dependencies:butterfly:1.0.3'
// https://jarcasting.com/artifacts/org.openrefine.dependencies/butterfly/
implementation ("org.openrefine.dependencies:butterfly:1.0.3")
'org.openrefine.dependencies:butterfly:jar:1.0.3'
<dependency org="org.openrefine.dependencies" name="butterfly" rev="1.0.3">
<artifact name="butterfly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openrefine.dependencies', module='butterfly', version='1.0.3')
)
libraryDependencies += "org.openrefine.dependencies" % "butterfly" % "1.0.3"
[org.openrefine.dependencies/butterfly "1.0.3"]