Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdde.braintags |
ArtifactId | ArtifactIdvertx-pojo-mapper-json |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.braintags/vertx-pojo-mapper-json/ -->
<dependency>
<groupId>de.braintags</groupId>
<artifactId>vertx-pojo-mapper-json</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.braintags/vertx-pojo-mapper-json/
implementation 'de.braintags:vertx-pojo-mapper-json:1.1.0'
// https://jarcasting.com/artifacts/de.braintags/vertx-pojo-mapper-json/
implementation ("de.braintags:vertx-pojo-mapper-json:1.1.0")
'de.braintags:vertx-pojo-mapper-json:jar:1.1.0'
<dependency org="de.braintags" name="vertx-pojo-mapper-json" rev="1.1.0">
<artifact name="vertx-pojo-mapper-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.braintags', module='vertx-pojo-mapper-json', version='1.1.0')
)
libraryDependencies += "de.braintags" % "vertx-pojo-mapper-json" % "1.1.0"
[de.braintags/vertx-pojo-mapper-json "1.1.0"]