| Categories |
CategoriesJava Languages |
|---|---|
| GroupId | GroupIdcom.google.code.bali-java |
| ArtifactId | ArtifactIdbali |
| Last Version | Last Version1.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbali
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bali-1.1.2.pom | |
| bali-1.1.2.jar | 16 KB |
| bali-1.1.2-sources.jar | 10 KB |
| bali-1.1.2-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.bali-java/bali/ -->
<dependency>
<groupId>com.google.code.bali-java</groupId>
<artifactId>bali</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.bali-java/bali/
implementation 'com.google.code.bali-java:bali:1.1.2'
// https://jarcasting.com/artifacts/com.google.code.bali-java/bali/
implementation ("com.google.code.bali-java:bali:1.1.2")
'com.google.code.bali-java:bali:jar:1.1.2'
<dependency org="com.google.code.bali-java" name="bali" rev="1.1.2">
<artifact name="bali" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.bali-java', module='bali', version='1.1.2')
)
libraryDependencies += "com.google.code.bali-java" % "bali" % "1.1.2"
[com.google.code.bali-java/bali "1.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.freemarker : freemarker | jar | 2.3.20 |