License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.davidepastore |
ArtifactId | ArtifactIdjbugmenot |
Version | Version0.2.1 |
Type | Typejar |
Description |
DescriptionJBugmenot
Java Bugmenot library to find account and password for various sites.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jbugmenot-0.2.1.pom | |
jbugmenot-0.2.1.jar | 8 KB |
jbugmenot-0.2.1-sources.jar | 4 KB |
jbugmenot-0.2.1-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidepastore/jbugmenot/ -->
<dependency>
<groupId>com.github.davidepastore</groupId>
<artifactId>jbugmenot</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidepastore/jbugmenot/
implementation 'com.github.davidepastore:jbugmenot:0.2.1'
// https://jarcasting.com/artifacts/com.github.davidepastore/jbugmenot/
implementation ("com.github.davidepastore:jbugmenot:0.2.1")
'com.github.davidepastore:jbugmenot:jar:0.2.1'
<dependency org="com.github.davidepastore" name="jbugmenot" rev="0.2.1">
<artifact name="jbugmenot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidepastore', module='jbugmenot', version='0.2.1')
)
libraryDependencies += "com.github.davidepastore" % "jbugmenot" % "0.2.1"
[com.github.davidepastore/jbugmenot "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jsoup : jsoup | jar | 1.10.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.1 |