License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.trello.identifier |
ArtifactId | ArtifactIdpackage-identifier-annotations |
Version | Version0.0.2 |
Type | Typejar |
Description |
DescriptionPackage Identifier Annotations
Gradle plugin for identifiying android modules
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.trello.identifier/package-identifier-annotations/ -->
<dependency>
<groupId>com.trello.identifier</groupId>
<artifactId>package-identifier-annotations</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.trello.identifier/package-identifier-annotations/
implementation 'com.trello.identifier:package-identifier-annotations:0.0.2'
// https://jarcasting.com/artifacts/com.trello.identifier/package-identifier-annotations/
implementation ("com.trello.identifier:package-identifier-annotations:0.0.2")
'com.trello.identifier:package-identifier-annotations:jar:0.0.2'
<dependency org="com.trello.identifier" name="package-identifier-annotations" rev="0.0.2">
<artifact name="package-identifier-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.trello.identifier', module='package-identifier-annotations', version='0.0.2')
)
libraryDependencies += "com.trello.identifier" % "package-identifier-annotations" % "0.0.2"
[com.trello.identifier/package-identifier-annotations "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.0 |