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