Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdorg.openrefine.dependencies |
ArtifactId | ArtifactIdbutterfly-container |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
butterfly-container-1.1.0.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.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openrefine.dependencies/butterfly-container/
implementation 'org.openrefine.dependencies:butterfly-container:1.1.0'
// https://jarcasting.com/artifacts/org.openrefine.dependencies/butterfly-container/
implementation ("org.openrefine.dependencies:butterfly-container:1.1.0")
'org.openrefine.dependencies:butterfly-container:pom:1.1.0'
<dependency org="org.openrefine.dependencies" name="butterfly-container" rev="1.1.0">
<artifact name="butterfly-container" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openrefine.dependencies', module='butterfly-container', version='1.1.0')
)
libraryDependencies += "org.openrefine.dependencies" % "butterfly-container" % "1.1.0"
[org.openrefine.dependencies/butterfly-container "1.1.0"]