| GroupId | GroupIdpl.sparkbit |
|---|---|
| ArtifactId | ArtifactIdsparkbit-commons |
| Version | Version2.0.32 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sparkbit-commons-2.0.32.pom | |
| sparkbit-commons-2.0.32.jar | 123 KB |
| sparkbit-commons-2.0.32-sources.jar | 50 KB |
| sparkbit-commons-2.0.32-javadoc.jar | 318 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.sparkbit/sparkbit-commons/ -->
<dependency>
<groupId>pl.sparkbit</groupId>
<artifactId>sparkbit-commons</artifactId>
<version>2.0.32</version>
</dependency>
// https://jarcasting.com/artifacts/pl.sparkbit/sparkbit-commons/
implementation 'pl.sparkbit:sparkbit-commons:2.0.32'
// https://jarcasting.com/artifacts/pl.sparkbit/sparkbit-commons/
implementation ("pl.sparkbit:sparkbit-commons:2.0.32")
'pl.sparkbit:sparkbit-commons:jar:2.0.32'
<dependency org="pl.sparkbit" name="sparkbit-commons" rev="2.0.32">
<artifact name="sparkbit-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.sparkbit', module='sparkbit-commons', version='2.0.32')
)
libraryDependencies += "pl.sparkbit" % "sparkbit-commons" % "2.0.32"
[pl.sparkbit/sparkbit-commons "2.0.32"]