| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.tomitribe |
| Идентификатор | Идентификаторsheldon-examples |
| Последняя версия | Последняя версия0.9 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSheldon :: Examples
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| sheldon-examples-0.9.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.tomitribe/sheldon-examples/ -->
<dependency>
<groupId>org.tomitribe</groupId>
<artifactId>sheldon-examples</artifactId>
<version>0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tomitribe/sheldon-examples/
implementation 'org.tomitribe:sheldon-examples:0.9'
// https://jarcasting.com/artifacts/org.tomitribe/sheldon-examples/
implementation ("org.tomitribe:sheldon-examples:0.9")
'org.tomitribe:sheldon-examples:pom:0.9'
<dependency org="org.tomitribe" name="sheldon-examples" rev="0.9">
<artifact name="sheldon-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tomitribe', module='sheldon-examples', version='0.9')
)
libraryDependencies += "org.tomitribe" % "sheldon-examples" % "0.9"
[org.tomitribe/sheldon-examples "0.9"]