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