GroupId | GroupIdit.agilelab |
---|---|
ArtifactId | ArtifactIddarwin-core-common_2.11 |
Version | Version1.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/it.agilelab/darwin-core-common_2.11/ -->
<dependency>
<groupId>it.agilelab</groupId>
<artifactId>darwin-core-common_2.11</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/it.agilelab/darwin-core-common_2.11/
implementation 'it.agilelab:darwin-core-common_2.11:1.0.4'
// https://jarcasting.com/artifacts/it.agilelab/darwin-core-common_2.11/
implementation ("it.agilelab:darwin-core-common_2.11:1.0.4")
'it.agilelab:darwin-core-common_2.11:jar:1.0.4'
<dependency org="it.agilelab" name="darwin-core-common_2.11" rev="1.0.4">
<artifact name="darwin-core-common_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.agilelab', module='darwin-core-common_2.11', version='1.0.4')
)
libraryDependencies += "it.agilelab" % "darwin-core-common_2.11" % "1.0.4"
[it.agilelab/darwin-core-common_2.11 "1.0.4"]