| Группа | Группаno.bekk.bekkopen |
|---|---|
| Идентификатор | Идентификаторnocommons |
| Версия | Версия0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| nocommons-0.2.pom | |
| nocommons-0.2.jar | 80 KB |
| nocommons-0.2-sources.jar | 65 KB |
| nocommons-0.2-javadoc.jar | 167 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/no.bekk.bekkopen/nocommons/ -->
<dependency>
<groupId>no.bekk.bekkopen</groupId>
<artifactId>nocommons</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/no.bekk.bekkopen/nocommons/
implementation 'no.bekk.bekkopen:nocommons:0.2'
// https://jarcasting.com/artifacts/no.bekk.bekkopen/nocommons/
implementation ("no.bekk.bekkopen:nocommons:0.2")
'no.bekk.bekkopen:nocommons:jar:0.2'
<dependency org="no.bekk.bekkopen" name="nocommons" rev="0.2">
<artifact name="nocommons" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.bekk.bekkopen', module='nocommons', version='0.2')
)
libraryDependencies += "no.bekk.bekkopen" % "nocommons" % "0.2"
[no.bekk.bekkopen/nocommons "0.2"]