Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.satta |
ArtifactId | ArtifactIdbalboa-backend-java |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
balboa-backend-java-0.2.pom | |
balboa-backend-java-0.2.jar | 135 KB |
balboa-backend-java-0.2-sources.jar | 18 KB |
balboa-backend-java-0.2-javadoc.jar | 441 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.satta/balboa-backend-java/ -->
<dependency>
<groupId>com.github.satta</groupId>
<artifactId>balboa-backend-java</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.satta/balboa-backend-java/
implementation 'com.github.satta:balboa-backend-java:0.2'
// https://jarcasting.com/artifacts/com.github.satta/balboa-backend-java/
implementation ("com.github.satta:balboa-backend-java:0.2")
'com.github.satta:balboa-backend-java:jar:0.2'
<dependency org="com.github.satta" name="balboa-backend-java" rev="0.2">
<artifact name="balboa-backend-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.satta', module='balboa-backend-java', version='0.2')
)
libraryDependencies += "com.github.satta" % "balboa-backend-java" % "0.2"
[com.github.satta/balboa-backend-java "0.2"]