| License |
License |
|---|---|
| GroupId | GroupIdio.github.pleuvoir |
| ArtifactId | ArtifactIdbom |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionA series of plugin based on java, each module can be used exclusively.
|
| Filename | Size |
|---|---|
| bom-1.0.2.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.pleuvoir/bom/ -->
<dependency>
<groupId>io.github.pleuvoir</groupId>
<artifactId>bom</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pleuvoir/bom/
implementation 'io.github.pleuvoir:bom:1.0.2'
// https://jarcasting.com/artifacts/io.github.pleuvoir/bom/
implementation ("io.github.pleuvoir:bom:1.0.2")
'io.github.pleuvoir:bom:pom:1.0.2'
<dependency org="io.github.pleuvoir" name="bom" rev="1.0.2">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pleuvoir', module='bom', version='1.0.2')
)
libraryDependencies += "io.github.pleuvoir" % "bom" % "1.0.2"
[io.github.pleuvoir/bom "1.0.2"]