| GroupId | GroupIdno.bekk.bekkopen |
|---|---|
| ArtifactId | ArtifactIdnocommons |
| Version | Version0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nocommons-0.6.pom | |
| nocommons-0.6.jar | 85 KB |
| nocommons-0.6-sources.jar | 69 KB |
| nocommons-0.6-javadoc.jar | 224 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/no.bekk.bekkopen/nocommons/ -->
<dependency>
<groupId>no.bekk.bekkopen</groupId>
<artifactId>nocommons</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/no.bekk.bekkopen/nocommons/
implementation 'no.bekk.bekkopen:nocommons:0.6'
// https://jarcasting.com/artifacts/no.bekk.bekkopen/nocommons/
implementation ("no.bekk.bekkopen:nocommons:0.6")
'no.bekk.bekkopen:nocommons:jar:0.6'
<dependency org="no.bekk.bekkopen" name="nocommons" rev="0.6">
<artifact name="nocommons" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.bekk.bekkopen', module='nocommons', version='0.6')
)
libraryDependencies += "no.bekk.bekkopen" % "nocommons" % "0.6"
[no.bekk.bekkopen/nocommons "0.6"]