is not current version
Last Version 1.0.13

net.sourceforge.basher:basher-example 1.0.5

Example module for the Maven Basher Plugin

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.basher
ArtifactId

ArtifactId

basher-example
Version

Version

1.0.5
Type

Type

jar

Download basher-example 1.0.5


<!-- https://jarcasting.com/artifacts/net.sourceforge.basher/basher-example/ -->
<dependency>
    <groupId>net.sourceforge.basher</groupId>
    <artifactId>basher-example</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.basher/basher-example/
implementation 'net.sourceforge.basher:basher-example:1.0.5'
// https://jarcasting.com/artifacts/net.sourceforge.basher/basher-example/
implementation ("net.sourceforge.basher:basher-example:1.0.5")
'net.sourceforge.basher:basher-example:jar:1.0.5'
<dependency org="net.sourceforge.basher" name="basher-example" rev="1.0.5">
  <artifact name="basher-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.basher', module='basher-example', version='1.0.5')
)
libraryDependencies += "net.sourceforge.basher" % "basher-example" % "1.0.5"
[net.sourceforge.basher/basher-example "1.0.5"]