is not current version
Last Version 45

org.basepom:basepom-minimal 33


GroupId

GroupId

org.basepom
ArtifactId

ArtifactId

basepom-minimal
Version

Version

33
Type

Type

pom

Download basepom-minimal 33

Filename Size
basepom-minimal-33.pom 15 KB
Browse

<!-- https://jarcasting.com/artifacts/org.basepom/basepom-minimal/ -->
<dependency>
    <groupId>org.basepom</groupId>
    <artifactId>basepom-minimal</artifactId>
    <version>33</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.basepom/basepom-minimal/
implementation 'org.basepom:basepom-minimal:33'
// https://jarcasting.com/artifacts/org.basepom/basepom-minimal/
implementation ("org.basepom:basepom-minimal:33")
'org.basepom:basepom-minimal:pom:33'
<dependency org="org.basepom" name="basepom-minimal" rev="33">
  <artifact name="basepom-minimal" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.basepom', module='basepom-minimal', version='33')
)
libraryDependencies += "org.basepom" % "basepom-minimal" % "33"
[org.basepom/basepom-minimal "33"]