is not current version
Last Version 1.0.11

com.zaubersoftware.maven.poms:bare 1.0.9

Parent POM for all Zauber Projects. Provides some configuration that everybody expects.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.zaubersoftware.maven.poms
ArtifactId

ArtifactId

bare
Version

Version

1.0.9
Type

Type

pom

Download bare 1.0.9

Filename Size
bare-1.0.9.pom 8 KB
Browse

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