| Categories |
CategoriesSquare Business Logic Libraries Financial |
|---|---|
| GroupId | GroupIdcom.github.sebhoss.bom |
| ArtifactId | ArtifactIdsquare-bom |
| Version | Version2015.11.22 |
| Type | Typepom |
| Filename | Size |
|---|---|
| square-bom-2015.11.22.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sebhoss.bom/square-bom/ -->
<dependency>
<groupId>com.github.sebhoss.bom</groupId>
<artifactId>square-bom</artifactId>
<version>2015.11.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss.bom/square-bom/
implementation 'com.github.sebhoss.bom:square-bom:2015.11.22'
// https://jarcasting.com/artifacts/com.github.sebhoss.bom/square-bom/
implementation ("com.github.sebhoss.bom:square-bom:2015.11.22")
'com.github.sebhoss.bom:square-bom:pom:2015.11.22'
<dependency org="com.github.sebhoss.bom" name="square-bom" rev="2015.11.22">
<artifact name="square-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss.bom', module='square-bom', version='2015.11.22')
)
libraryDependencies += "com.github.sebhoss.bom" % "square-bom" % "2015.11.22"
[com.github.sebhoss.bom/square-bom "2015.11.22"]