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