GroupId | GroupIdorg.openrefine.dependencies |
---|---|
ArtifactId | ArtifactIdbutterfly |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
butterfly-1.0.2.pom | |
butterfly-1.0.2.jar | 63 KB |
butterfly-1.0.2-sources.jar | 33 KB |
butterfly-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openrefine.dependencies/butterfly/
implementation 'org.openrefine.dependencies:butterfly:1.0.2'
// https://jarcasting.com/artifacts/org.openrefine.dependencies/butterfly/
implementation ("org.openrefine.dependencies:butterfly:1.0.2")
'org.openrefine.dependencies:butterfly:jar:1.0.2'
<dependency org="org.openrefine.dependencies" name="butterfly" rev="1.0.2">
<artifact name="butterfly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openrefine.dependencies', module='butterfly', version='1.0.2')
)
libraryDependencies += "org.openrefine.dependencies" % "butterfly" % "1.0.2"
[org.openrefine.dependencies/butterfly "1.0.2"]