Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Start Free
Our Free Plans just got better! | Auth0
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
...Maven dependancy:
<dependency>
<groupId>uk.ac.ebi.cheminformatics</groupId>
<artifactId>NP-Likeness</artifactId>
<version>2.1</version>
</dependency>
Required repository:
<repositories>
<repository>
<id>ebi-repo</id>
<name>EBI maven repository</name>
<url>http://www.ebi.ac.uk/~maven/m2repo</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
Latest version of the project is available here in our GIT repo https://github.com/CS76/NP-Likeness
Tool to scan a maven 2 repository and produce an overview with for each artifact the artifacts that is uses and those that is it used by. The uses part is default maven information, but the used by has to come from a complete scan of the repository.