| Лицензия |
Лицензия |
|---|---|
| Группа | Группаuk.co.iankent |
| Идентификатор | ИдентификаторRhUnit |
| Последняя версия | Последняя версия0.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRhUnit
A qUnit compatible javascript unit testing framework for Rhino
|
| Имя Файла | Размер |
|---|---|
| RhUnit-0.0.3.pom | |
| RhUnit-0.0.3.jar | 198 KB |
| RhUnit-0.0.3-sources.jar | 181 KB |
| RhUnit-0.0.3-javadoc.jar | 227 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/uk.co.iankent/RhUnit/ -->
<dependency>
<groupId>uk.co.iankent</groupId>
<artifactId>RhUnit</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.iankent/RhUnit/
implementation 'uk.co.iankent:RhUnit:0.0.3'
// https://jarcasting.com/artifacts/uk.co.iankent/RhUnit/
implementation ("uk.co.iankent:RhUnit:0.0.3")
'uk.co.iankent:RhUnit:jar:0.0.3'
<dependency org="uk.co.iankent" name="RhUnit" rev="0.0.3">
<artifact name="RhUnit" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.iankent', module='RhUnit', version='0.0.3')
)
libraryDependencies += "uk.co.iankent" % "RhUnit" % "0.0.3"
[uk.co.iankent/RhUnit "0.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| junit : junit | jar | 4.10 |
| org.mozilla : rhino | jar | 1.7R3 |
| commons-io : commons-io | jar | 2.0 |
| commons-lang : commons-lang | jar | 2.2 |