| GroupId | GroupIdcom.github.talenguyen |
|---|---|
| ArtifactId | ArtifactIdprettybundle-processor |
| Version | Version1.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.talenguyen/prettybundle-processor/ -->
<dependency>
<groupId>com.github.talenguyen</groupId>
<artifactId>prettybundle-processor</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.talenguyen/prettybundle-processor/
implementation 'com.github.talenguyen:prettybundle-processor:1.0.0'
// https://jarcasting.com/artifacts/com.github.talenguyen/prettybundle-processor/
implementation ("com.github.talenguyen:prettybundle-processor:1.0.0")
'com.github.talenguyen:prettybundle-processor:jar:1.0.0'
<dependency org="com.github.talenguyen" name="prettybundle-processor" rev="1.0.0">
<artifact name="prettybundle-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.talenguyen', module='prettybundle-processor', version='1.0.0')
)
libraryDependencies += "com.github.talenguyen" % "prettybundle-processor" % "1.0.0"
[com.github.talenguyen/prettybundle-processor "1.0.0"]