License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.big-oh |
ArtifactId | ArtifactIdpomade |
Version | Version1.0 |
Type | Typepom |
Description |
Descriptionpomade
A Maven parent pom offering à la carte selection of common dependency groups and common build profiles.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pomade-1.0.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.big-oh/pomade/ -->
<dependency>
<groupId>net.big-oh</groupId>
<artifactId>pomade</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.big-oh/pomade/
implementation 'net.big-oh:pomade:1.0'
// https://jarcasting.com/artifacts/net.big-oh/pomade/
implementation ("net.big-oh:pomade:1.0")
'net.big-oh:pomade:pom:1.0'
<dependency org="net.big-oh" name="pomade" rev="1.0">
<artifact name="pomade" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.big-oh', module='pomade', version='1.0')
)
libraryDependencies += "net.big-oh" % "pomade" % "1.0"
[net.big-oh/pomade "1.0"]