Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.basher |
ArtifactId | ArtifactIdbasher-example |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
basher-example-1.0.5.pom | |
basher-example-1.0.5.jar | 2 KB |
Browse |
<!-- 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"]