GroupId | GroupIdit.tidalwave.bluebill |
---|---|
ArtifactId | ArtifactIdbluebill-core-modules |
Version | Version0.21 |
Type | Typejar |
Filename | Size |
---|---|
bluebill-core-modules-0.21.pom | 8 KB |
bluebill-core-modules-0.21-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.tidalwave.bluebill/bluebill-core-modules/ -->
<dependency>
<groupId>it.tidalwave.bluebill</groupId>
<artifactId>bluebill-core-modules</artifactId>
<version>0.21</version>
</dependency>
// https://jarcasting.com/artifacts/it.tidalwave.bluebill/bluebill-core-modules/
implementation 'it.tidalwave.bluebill:bluebill-core-modules:0.21'
// https://jarcasting.com/artifacts/it.tidalwave.bluebill/bluebill-core-modules/
implementation ("it.tidalwave.bluebill:bluebill-core-modules:0.21")
'it.tidalwave.bluebill:bluebill-core-modules:jar:0.21'
<dependency org="it.tidalwave.bluebill" name="bluebill-core-modules" rev="0.21">
<artifact name="bluebill-core-modules" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.tidalwave.bluebill', module='bluebill-core-modules', version='0.21')
)
libraryDependencies += "it.tidalwave.bluebill" % "bluebill-core-modules" % "0.21"
[it.tidalwave.bluebill/bluebill-core-modules "0.21"]