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