не последняя версия
Последняя версия 2.1.1

org.webpieces:core 1.9.65

Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property

Группа

Группа

org.webpieces
Идентификатор

Идентификатор

core
Версия

Версия

1.9.65
Тип

Тип

jar

Скачать core 1.9.65

Имя Файла Размер
core-1.9.65.pom
core-1.9.65.jar 348 bytes
core-1.9.65-sources.jar 348 bytes
core-1.9.65-javadoc.jar 348 bytes
Обзор

<!-- https://jarcasting.com/artifacts/org.webpieces/core/ -->
<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>core</artifactId>
    <version>1.9.65</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/core/
implementation 'org.webpieces:core:1.9.65'
// https://jarcasting.com/artifacts/org.webpieces/core/
implementation ("org.webpieces:core:1.9.65")
'org.webpieces:core:jar:1.9.65'
<dependency org="org.webpieces" name="core" rev="1.9.65">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='core', version='1.9.65')
)
libraryDependencies += "org.webpieces" % "core" % "1.9.65"
[org.webpieces/core "1.9.65"]