Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.trello.identifier |
ArtifactId | ArtifactIdpackage-identifier-annotations |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.trello.identifier/package-identifier-annotations/ -->
<dependency>
<groupId>com.trello.identifier</groupId>
<artifactId>package-identifier-annotations</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.trello.identifier/package-identifier-annotations/
implementation 'com.trello.identifier:package-identifier-annotations:0.0.1'
// https://jarcasting.com/artifacts/com.trello.identifier/package-identifier-annotations/
implementation ("com.trello.identifier:package-identifier-annotations:0.0.1")
'com.trello.identifier:package-identifier-annotations:jar:0.0.1'
<dependency org="com.trello.identifier" name="package-identifier-annotations" rev="0.0.1">
<artifact name="package-identifier-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.trello.identifier', module='package-identifier-annotations', version='0.0.1')
)
libraryDependencies += "com.trello.identifier" % "package-identifier-annotations" % "0.0.1"
[com.trello.identifier/package-identifier-annotations "0.0.1"]