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