Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.davidepastore |
ArtifactId | ArtifactIdjbugmenot |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
jbugmenot-0.2.0.pom | |
jbugmenot-0.2.0.jar | 8 KB |
jbugmenot-0.2.0-sources.jar | 4 KB |
jbugmenot-0.2.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidepastore/jbugmenot/ -->
<dependency>
<groupId>com.github.davidepastore</groupId>
<artifactId>jbugmenot</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidepastore/jbugmenot/
implementation 'com.github.davidepastore:jbugmenot:0.2.0'
// https://jarcasting.com/artifacts/com.github.davidepastore/jbugmenot/
implementation ("com.github.davidepastore:jbugmenot:0.2.0")
'com.github.davidepastore:jbugmenot:jar:0.2.0'
<dependency org="com.github.davidepastore" name="jbugmenot" rev="0.2.0">
<artifact name="jbugmenot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidepastore', module='jbugmenot', version='0.2.0')
)
libraryDependencies += "com.github.davidepastore" % "jbugmenot" % "0.2.0"
[com.github.davidepastore/jbugmenot "0.2.0"]