| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.johnnei |
| Идентификатор | Идентификаторenjin-api-spec |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEnjin 2.0 API Specification
The specification of the Enjin API
|
| Имя Файла | Размер |
|---|---|
| enjin-api-spec-0.1.0.pom | |
| enjin-api-spec-0.1.0.jar | 27 KB |
| enjin-api-spec-0.1.0-sources.jar | 12 KB |
| enjin-api-spec-0.1.0-javadoc.jar | 164 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.johnnei/enjin-api-spec/ -->
<dependency>
<groupId>org.johnnei</groupId>
<artifactId>enjin-api-spec</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.johnnei/enjin-api-spec/
implementation 'org.johnnei:enjin-api-spec:0.1.0'
// https://jarcasting.com/artifacts/org.johnnei/enjin-api-spec/
implementation ("org.johnnei:enjin-api-spec:0.1.0")
'org.johnnei:enjin-api-spec:jar:0.1.0'
<dependency org="org.johnnei" name="enjin-api-spec" rev="0.1.0">
<artifact name="enjin-api-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.johnnei', module='enjin-api-spec', version='0.1.0')
)
libraryDependencies += "org.johnnei" % "enjin-api-spec" % "0.1.0"
[org.johnnei/enjin-api-spec "0.1.0"]