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