GroupId | GroupIdorg.basepom |
---|---|
ArtifactId | ArtifactIdbasepom-minimal-oss |
Last Version | Last Version16 |
Release Date | Release Date |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
basepom-minimal-oss-16.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.basepom/basepom-minimal-oss/ -->
<dependency>
<groupId>org.basepom</groupId>
<artifactId>basepom-minimal-oss</artifactId>
<version>16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.basepom/basepom-minimal-oss/
implementation 'org.basepom:basepom-minimal-oss:16'
// https://jarcasting.com/artifacts/org.basepom/basepom-minimal-oss/
implementation ("org.basepom:basepom-minimal-oss:16")
'org.basepom:basepom-minimal-oss:pom:16'
<dependency org="org.basepom" name="basepom-minimal-oss" rev="16">
<artifact name="basepom-minimal-oss" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.basepom', module='basepom-minimal-oss', version='16')
)
libraryDependencies += "org.basepom" % "basepom-minimal-oss" % "16"
[org.basepom/basepom-minimal-oss "16"]