GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdmarshaller-registry |
Version | Version2.5.0 |
Type | Typejar |
Filename | Size |
---|---|
marshaller-registry-2.5.0.pom | |
marshaller-registry-2.5.0.jar | 21 KB |
marshaller-registry-2.5.0-sources.jar | 20 KB |
marshaller-registry-2.5.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/marshaller-registry/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>marshaller-registry</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/marshaller-registry/
implementation 'com.mastfrog:marshaller-registry:2.5.0'
// https://jarcasting.com/artifacts/com.mastfrog/marshaller-registry/
implementation ("com.mastfrog:marshaller-registry:2.5.0")
'com.mastfrog:marshaller-registry:jar:2.5.0'
<dependency org="com.mastfrog" name="marshaller-registry" rev="2.5.0">
<artifact name="marshaller-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='marshaller-registry', version='2.5.0')
)
libraryDependencies += "com.mastfrog" % "marshaller-registry" % "2.5.0"
[com.mastfrog/marshaller-registry "2.5.0"]