GroupId | GroupIdcom.github.gkutiel |
---|---|
ArtifactId | ArtifactIdbooly |
Version | Version0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
booly-0-RELEASE.pom | |
booly-0-RELEASE.jar | 32 KB |
booly-0-RELEASE-sources.jar | 7 KB |
booly-0-RELEASE-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gkutiel/booly/ -->
<dependency>
<groupId>com.github.gkutiel</groupId>
<artifactId>booly</artifactId>
<version>0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/booly/
implementation 'com.github.gkutiel:booly:0-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/booly/
implementation ("com.github.gkutiel:booly:0-RELEASE")
'com.github.gkutiel:booly:jar:0-RELEASE'
<dependency org="com.github.gkutiel" name="booly" rev="0-RELEASE">
<artifact name="booly" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='booly', version='0-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "booly" % "0-RELEASE"
[com.github.gkutiel/booly "0-RELEASE"]