Categories |
CategoriesIDE Development Tools Data |
---|---|
GroupId | GroupIdorg.dataconservancy.pass.deposit.package.providers |
ArtifactId | ArtifactIdprovider-integration |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
provider-integration-0.0.1.pom | |
provider-integration-0.0.1.jar | 5 KB |
provider-integration-0.0.1-tests.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dataconservancy.pass.deposit.package.providers/provider-integration/ -->
<dependency>
<groupId>org.dataconservancy.pass.deposit.package.providers</groupId>
<artifactId>provider-integration</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dataconservancy.pass.deposit.package.providers/provider-integration/
implementation 'org.dataconservancy.pass.deposit.package.providers:provider-integration:0.0.1'
// https://jarcasting.com/artifacts/org.dataconservancy.pass.deposit.package.providers/provider-integration/
implementation ("org.dataconservancy.pass.deposit.package.providers:provider-integration:0.0.1")
'org.dataconservancy.pass.deposit.package.providers:provider-integration:jar:0.0.1'
<dependency org="org.dataconservancy.pass.deposit.package.providers" name="provider-integration" rev="0.0.1">
<artifact name="provider-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dataconservancy.pass.deposit.package.providers', module='provider-integration', version='0.0.1')
)
libraryDependencies += "org.dataconservancy.pass.deposit.package.providers" % "provider-integration" % "0.0.1"
[org.dataconservancy.pass.deposit.package.providers/provider-integration "0.0.1"]