GroupId | GroupIdcom.bluetrainsoftware.bathe |
---|---|
ArtifactId | ArtifactIdbathe-booter |
Version | Version1.5 |
Type | Typejar |
Filename | Size |
---|---|
bathe-booter-1.5.pom | |
bathe-booter-1.5.jar | 10 KB |
bathe-booter-1.5-sources.jar | 5 KB |
bathe-booter-1.5-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bluetrainsoftware.bathe/bathe-booter/ -->
<dependency>
<groupId>com.bluetrainsoftware.bathe</groupId>
<artifactId>bathe-booter</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluetrainsoftware.bathe/bathe-booter/
implementation 'com.bluetrainsoftware.bathe:bathe-booter:1.5'
// https://jarcasting.com/artifacts/com.bluetrainsoftware.bathe/bathe-booter/
implementation ("com.bluetrainsoftware.bathe:bathe-booter:1.5")
'com.bluetrainsoftware.bathe:bathe-booter:jar:1.5'
<dependency org="com.bluetrainsoftware.bathe" name="bathe-booter" rev="1.5">
<artifact name="bathe-booter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluetrainsoftware.bathe', module='bathe-booter', version='1.5')
)
libraryDependencies += "com.bluetrainsoftware.bathe" % "bathe-booter" % "1.5"
[com.bluetrainsoftware.bathe/bathe-booter "1.5"]