License |
License |
---|---|
GroupId | GroupIdio.github.pleuvoir |
ArtifactId | ArtifactIdoh-my-bom |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionoh-my-bom
对常用组件 pom 进行分类,方便引用。
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oh-my-bom-1.1.0.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pleuvoir/oh-my-bom/ -->
<dependency>
<groupId>io.github.pleuvoir</groupId>
<artifactId>oh-my-bom</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pleuvoir/oh-my-bom/
implementation 'io.github.pleuvoir:oh-my-bom:1.1.0'
// https://jarcasting.com/artifacts/io.github.pleuvoir/oh-my-bom/
implementation ("io.github.pleuvoir:oh-my-bom:1.1.0")
'io.github.pleuvoir:oh-my-bom:pom:1.1.0'
<dependency org="io.github.pleuvoir" name="oh-my-bom" rev="1.1.0">
<artifact name="oh-my-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pleuvoir', module='oh-my-bom', version='1.1.0')
)
libraryDependencies += "io.github.pleuvoir" % "oh-my-bom" % "1.1.0"
[io.github.pleuvoir/oh-my-bom "1.1.0"]