Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.bugtags.library |
ArtifactId | ArtifactIdbugtags-gradle |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
bugtags-gradle-1.2.2.pom | |
bugtags-gradle-1.2.2.jar | 39 KB |
bugtags-gradle-1.2.2-sources.jar | 261 bytes |
bugtags-gradle-1.2.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.bugtags.library/bugtags-gradle/ -->
<dependency>
<groupId>com.bugtags.library</groupId>
<artifactId>bugtags-gradle</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.bugtags.library/bugtags-gradle/
implementation 'com.bugtags.library:bugtags-gradle:1.2.2'
// https://jarcasting.com/artifacts/com.bugtags.library/bugtags-gradle/
implementation ("com.bugtags.library:bugtags-gradle:1.2.2")
'com.bugtags.library:bugtags-gradle:jar:1.2.2'
<dependency org="com.bugtags.library" name="bugtags-gradle" rev="1.2.2">
<artifact name="bugtags-gradle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bugtags.library', module='bugtags-gradle', version='1.2.2')
)
libraryDependencies += "com.bugtags.library" % "bugtags-gradle" % "1.2.2"
[com.bugtags.library/bugtags-gradle "1.2.2"]