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