GroupId | GroupIdcom.github.lstephen |
---|---|
ArtifactId | ArtifactIdbasepom |
Version | Version1.10 |
Type | Typepom |
Filename | Size |
---|---|
basepom-1.10.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lstephen/basepom/ -->
<dependency>
<groupId>com.github.lstephen</groupId>
<artifactId>basepom</artifactId>
<version>1.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lstephen/basepom/
implementation 'com.github.lstephen:basepom:1.10'
// https://jarcasting.com/artifacts/com.github.lstephen/basepom/
implementation ("com.github.lstephen:basepom:1.10")
'com.github.lstephen:basepom:pom:1.10'
<dependency org="com.github.lstephen" name="basepom" rev="1.10">
<artifact name="basepom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lstephen', module='basepom', version='1.10')
)
libraryDependencies += "com.github.lstephen" % "basepom" % "1.10"
[com.github.lstephen/basepom "1.10"]