is not current version
Last Version 1.3

com.github.bannmann:base 1.2

Provides common plugins and settings

GroupId

GroupId

com.github.bannmann
ArtifactId

ArtifactId

base
Version

Version

1.2
Type

Type

pom

Download base 1.2

Filename Size
base-1.2.pom 13 KB
Browse

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