GroupId | GroupIdit.agilelab |
---|---|
ArtifactId | ArtifactIdwasp-kernel_2.12 |
Version | Version2.28.0 |
Type | Typejar |
Filename | Size |
---|---|
wasp-kernel_2.12-2.28.0.pom | |
wasp-kernel_2.12-2.28.0.jar | 325 bytes |
wasp-kernel_2.12-2.28.0-sources.jar | 250 bytes |
wasp-kernel_2.12-2.28.0-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/it.agilelab/wasp-kernel_2.12/ -->
<dependency>
<groupId>it.agilelab</groupId>
<artifactId>wasp-kernel_2.12</artifactId>
<version>2.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/it.agilelab/wasp-kernel_2.12/
implementation 'it.agilelab:wasp-kernel_2.12:2.28.0'
// https://jarcasting.com/artifacts/it.agilelab/wasp-kernel_2.12/
implementation ("it.agilelab:wasp-kernel_2.12:2.28.0")
'it.agilelab:wasp-kernel_2.12:jar:2.28.0'
<dependency org="it.agilelab" name="wasp-kernel_2.12" rev="2.28.0">
<artifact name="wasp-kernel_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.agilelab', module='wasp-kernel_2.12', version='2.28.0')
)
libraryDependencies += "it.agilelab" % "wasp-kernel_2.12" % "2.28.0"
[it.agilelab/wasp-kernel_2.12 "2.28.0"]