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