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