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