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