Categories |
CategoriesModality Data Databases |
---|---|
GroupId | GroupIdcom.republicate.modality |
ArtifactId | ArtifactIdmodality-example-bookshelf |
Version | Version1.2 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.republicate.modality/modality-example-bookshelf/ -->
<dependency>
<groupId>com.republicate.modality</groupId>
<artifactId>modality-example-bookshelf</artifactId>
<version>1.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.republicate.modality/modality-example-bookshelf/
implementation 'com.republicate.modality:modality-example-bookshelf:1.2'
// https://jarcasting.com/artifacts/com.republicate.modality/modality-example-bookshelf/
implementation ("com.republicate.modality:modality-example-bookshelf:1.2")
'com.republicate.modality:modality-example-bookshelf:war:1.2'
<dependency org="com.republicate.modality" name="modality-example-bookshelf" rev="1.2">
<artifact name="modality-example-bookshelf" type="war" />
</dependency>
@Grapes(
@Grab(group='com.republicate.modality', module='modality-example-bookshelf', version='1.2')
)
libraryDependencies += "com.republicate.modality" % "modality-example-bookshelf" % "1.2"
[com.republicate.modality/modality-example-bookshelf "1.2"]