GroupId | GroupIdcom.tmtron |
---|---|
ArtifactId | ArtifactIdgreen-annotations-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
green-annotations-parent-1.0.0.pom | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tmtron/green-annotations-parent/ -->
<dependency>
<groupId>com.tmtron</groupId>
<artifactId>green-annotations-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tmtron/green-annotations-parent/
implementation 'com.tmtron:green-annotations-parent:1.0.0'
// https://jarcasting.com/artifacts/com.tmtron/green-annotations-parent/
implementation ("com.tmtron:green-annotations-parent:1.0.0")
'com.tmtron:green-annotations-parent:pom:1.0.0'
<dependency org="com.tmtron" name="green-annotations-parent" rev="1.0.0">
<artifact name="green-annotations-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tmtron', module='green-annotations-parent', version='1.0.0')
)
libraryDependencies += "com.tmtron" % "green-annotations-parent" % "1.0.0"
[com.tmtron/green-annotations-parent "1.0.0"]