License |
License |
---|---|
GroupId | GroupIdcom.nitorcreations |
ArtifactId | ArtifactIddrm-parent |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDomain Reverse Mapper
Automatically generate Graphviz diagram from your domain classes
|
Project URL |
Project URL |
Filename | Size |
---|---|
drm-parent-1.3.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nitorcreations/drm-parent/ -->
<dependency>
<groupId>com.nitorcreations</groupId>
<artifactId>drm-parent</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nitorcreations/drm-parent/
implementation 'com.nitorcreations:drm-parent:1.3'
// https://jarcasting.com/artifacts/com.nitorcreations/drm-parent/
implementation ("com.nitorcreations:drm-parent:1.3")
'com.nitorcreations:drm-parent:pom:1.3'
<dependency org="com.nitorcreations" name="drm-parent" rev="1.3">
<artifact name="drm-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nitorcreations', module='drm-parent', version='1.3')
)
libraryDependencies += "com.nitorcreations" % "drm-parent" % "1.3"
[com.nitorcreations/drm-parent "1.3"]