| Категории |
КатегорииСеть Ninja Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаnet.ninjacat |
| Идентификатор | Идентификаторsmooth |
| Версия | Версия0.2.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| smooth-0.2.2.pom | |
| smooth-0.2.2.jar | 63 KB |
| smooth-0.2.2-sources.jar | 35 KB |
| smooth-0.2.2-javadoc.jar | 243 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.ninjacat/smooth/ -->
<dependency>
<groupId>net.ninjacat</groupId>
<artifactId>smooth</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.ninjacat/smooth/
implementation 'net.ninjacat:smooth:0.2.2'
// https://jarcasting.com/artifacts/net.ninjacat/smooth/
implementation ("net.ninjacat:smooth:0.2.2")
'net.ninjacat:smooth:jar:0.2.2'
<dependency org="net.ninjacat" name="smooth" rev="0.2.2">
<artifact name="smooth" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ninjacat', module='smooth', version='0.2.2')
)
libraryDependencies += "net.ninjacat" % "smooth" % "0.2.2"
[net.ninjacat/smooth "0.2.2"]