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