Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.bugtags.library |
ArtifactId | ArtifactIdbugtags-gradle |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
bugtags-gradle-2.0.0.pom | |
bugtags-gradle-2.0.0.jar | 39 KB |
bugtags-gradle-2.0.0-sources.jar | 261 bytes |
bugtags-gradle-2.0.0-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>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bugtags.library/bugtags-gradle/
implementation 'com.bugtags.library:bugtags-gradle:2.0.0'
// https://jarcasting.com/artifacts/com.bugtags.library/bugtags-gradle/
implementation ("com.bugtags.library:bugtags-gradle:2.0.0")
'com.bugtags.library:bugtags-gradle:jar:2.0.0'
<dependency org="com.bugtags.library" name="bugtags-gradle" rev="2.0.0">
<artifact name="bugtags-gradle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bugtags.library', module='bugtags-gradle', version='2.0.0')
)
libraryDependencies += "com.bugtags.library" % "bugtags-gradle" % "2.0.0"
[com.bugtags.library/bugtags-gradle "2.0.0"]