License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdwtf.metio.maven.boms |
ArtifactId | ArtifactIdmaven-boms-all |
Last Version | Last Version2022.6.24 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMaven BOMs :: All
Includes all other BOMs
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
maven-boms-all-2022.6.24.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/wtf.metio.maven.boms/maven-boms-all/ -->
<dependency>
<groupId>wtf.metio.maven.boms</groupId>
<artifactId>maven-boms-all</artifactId>
<version>2022.6.24</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/wtf.metio.maven.boms/maven-boms-all/
implementation 'wtf.metio.maven.boms:maven-boms-all:2022.6.24'
// https://jarcasting.com/artifacts/wtf.metio.maven.boms/maven-boms-all/
implementation ("wtf.metio.maven.boms:maven-boms-all:2022.6.24")
'wtf.metio.maven.boms:maven-boms-all:pom:2022.6.24'
<dependency org="wtf.metio.maven.boms" name="maven-boms-all" rev="2022.6.24">
<artifact name="maven-boms-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='wtf.metio.maven.boms', module='maven-boms-all', version='2022.6.24')
)
libraryDependencies += "wtf.metio.maven.boms" % "maven-boms-all" % "2022.6.24"
[wtf.metio.maven.boms/maven-boms-all "2022.6.24"]