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