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