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