License |
License |
---|---|
GroupId | GroupIdcom.squeakysand.devtools |
ArtifactId | ArtifactIduberpom |
Last Version | Last Version5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncom.squeakysand.devtools - uberpom
The highest level pom used for all SqueakySand projects.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
uberpom-5.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.squeakysand.devtools/uberpom/ -->
<dependency>
<groupId>com.squeakysand.devtools</groupId>
<artifactId>uberpom</artifactId>
<version>5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squeakysand.devtools/uberpom/
implementation 'com.squeakysand.devtools:uberpom:5'
// https://jarcasting.com/artifacts/com.squeakysand.devtools/uberpom/
implementation ("com.squeakysand.devtools:uberpom:5")
'com.squeakysand.devtools:uberpom:pom:5'
<dependency org="com.squeakysand.devtools" name="uberpom" rev="5">
<artifact name="uberpom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squeakysand.devtools', module='uberpom', version='5')
)
libraryDependencies += "com.squeakysand.devtools" % "uberpom" % "5"
[com.squeakysand.devtools/uberpom "5"]