GroupId | GroupIdit.agilelab |
---|---|
ArtifactId | ArtifactIdwasp-repository-core_2.12 |
Version | Version2.29.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/it.agilelab/wasp-repository-core_2.12/ -->
<dependency>
<groupId>it.agilelab</groupId>
<artifactId>wasp-repository-core_2.12</artifactId>
<version>2.29.0</version>
</dependency>
// https://jarcasting.com/artifacts/it.agilelab/wasp-repository-core_2.12/
implementation 'it.agilelab:wasp-repository-core_2.12:2.29.0'
// https://jarcasting.com/artifacts/it.agilelab/wasp-repository-core_2.12/
implementation ("it.agilelab:wasp-repository-core_2.12:2.29.0")
'it.agilelab:wasp-repository-core_2.12:jar:2.29.0'
<dependency org="it.agilelab" name="wasp-repository-core_2.12" rev="2.29.0">
<artifact name="wasp-repository-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.agilelab', module='wasp-repository-core_2.12', version='2.29.0')
)
libraryDependencies += "it.agilelab" % "wasp-repository-core_2.12" % "2.29.0"
[it.agilelab/wasp-repository-core_2.12 "2.29.0"]