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