| GroupId | GroupIdcom.nu-art-software |
|---|---|
| ArtifactId | ArtifactIdbelog |
| Version | Version0.8.27 |
| Type | Typejar |
| Filename | Size |
|---|---|
| belog-0.8.27.pom | |
| belog-0.8.27.jar | 12 KB |
| belog-0.8.27-sources.jar | 9 KB |
| belog-0.8.27-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nu-art-software/belog/ -->
<dependency>
<groupId>com.nu-art-software</groupId>
<artifactId>belog</artifactId>
<version>0.8.27</version>
</dependency>
// https://jarcasting.com/artifacts/com.nu-art-software/belog/
implementation 'com.nu-art-software:belog:0.8.27'
// https://jarcasting.com/artifacts/com.nu-art-software/belog/
implementation ("com.nu-art-software:belog:0.8.27")
'com.nu-art-software:belog:jar:0.8.27'
<dependency org="com.nu-art-software" name="belog" rev="0.8.27">
<artifact name="belog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nu-art-software', module='belog', version='0.8.27')
)
libraryDependencies += "com.nu-art-software" % "belog" % "0.8.27"
[com.nu-art-software/belog "0.8.27"]