GroupId | GroupIdio.streamthoughts |
---|---|
ArtifactId | ArtifactIdazkarra-commons |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
azkarra-commons-0.9.0.pom | |
azkarra-commons-0.9.0.jar | 38 KB |
azkarra-commons-0.9.0-sources.jar | 30 KB |
azkarra-commons-0.9.0-javadoc.jar | 495 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.streamthoughts/azkarra-commons/ -->
<dependency>
<groupId>io.streamthoughts</groupId>
<artifactId>azkarra-commons</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamthoughts/azkarra-commons/
implementation 'io.streamthoughts:azkarra-commons:0.9.0'
// https://jarcasting.com/artifacts/io.streamthoughts/azkarra-commons/
implementation ("io.streamthoughts:azkarra-commons:0.9.0")
'io.streamthoughts:azkarra-commons:jar:0.9.0'
<dependency org="io.streamthoughts" name="azkarra-commons" rev="0.9.0">
<artifact name="azkarra-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamthoughts', module='azkarra-commons', version='0.9.0')
)
libraryDependencies += "io.streamthoughts" % "azkarra-commons" % "0.9.0"
[io.streamthoughts/azkarra-commons "0.9.0"]