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