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